chore: remove unused common/stdfstream
This commit is contained in:
@ -11,7 +11,6 @@ add_library(common INTERFACE
|
||||
IInterface.h
|
||||
stddeque.h
|
||||
stdexcept.h
|
||||
stdfstream.h
|
||||
stdistream.h
|
||||
stdlist.h
|
||||
stdmap.h
|
||||
|
||||
@ -1,15 +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 "stdistream.h"
|
||||
#include <fstream>
|
||||
|
||||
#include "stdpost.h"
|
||||
Reference in New Issue
Block a user