chore: rm unused common/stdbitset.h

This commit is contained in:
sithlord48
2025-03-05 22:32:47 -05:00
committed by Nick Bolton
parent a78d1acc71
commit da4237f349
2 changed files with 0 additions and 14 deletions

View File

@ -9,7 +9,6 @@ add_library(common INTERFACE
common.h
version.h
IInterface.h
stdbitset.h
stddeque.h
stdexcept.h
stdfstream.h

View File

@ -1,13 +0,0 @@
/*
* Deskflow -- mouse and keyboard sharing utility
* SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd.
* SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
*/
#pragma once
#include "stdpre.h"
#include <bitset>
#include "stdpost.h"