diff --git a/src/lib/common/CMakeLists.txt b/src/lib/common/CMakeLists.txt index 278c0dc7a..4a0d0ab93 100644 --- a/src/lib/common/CMakeLists.txt +++ b/src/lib/common/CMakeLists.txt @@ -9,7 +9,6 @@ add_library(common INTERFACE common.h version.h IInterface.h - stdbitset.h stddeque.h stdexcept.h stdfstream.h diff --git a/src/lib/common/stdbitset.h b/src/lib/common/stdbitset.h deleted file mode 100644 index 207e66d81..000000000 --- a/src/lib/common/stdbitset.h +++ /dev/null @@ -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 - -#include "stdpost.h"