chore: remove StdIStream and include istream directly where needed
This commit is contained in:
@ -7,7 +7,6 @@ add_library(common STATIC
|
||||
Common.h
|
||||
IInterface.h
|
||||
StdExcept.h
|
||||
StdIStream.h
|
||||
StdOStream.h
|
||||
Settings.h
|
||||
Settings.cpp
|
||||
|
||||
@ -1,14 +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
|
||||
|
||||
#if HAVE_ISTREAM
|
||||
#include <istream>
|
||||
#else
|
||||
#include <iostream>
|
||||
#endif
|
||||
Reference in New Issue
Block a user