Cleanup common.h

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2021-03-30 11:57:13 +02:00
parent 919b44573a
commit 3d90357905
6 changed files with 0 additions and 42 deletions

View File

@ -23,9 +23,6 @@
<ClInclude Include="..\src\pch.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\stdex\common.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\stdex\idrec.h">
<Filter>Header Files</Filter>
</ClInclude>

View File

@ -23,9 +23,6 @@
<ClInclude Include="..\src\pch.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\stdex\common.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\stdex\idrec.h">
<Filter>Header Files</Filter>
</ClInclude>

View File

@ -23,9 +23,6 @@
<ClInclude Include="..\src\pch.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\stdex\common.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\stdex\idrec.h">
<Filter>Header Files</Filter>
</ClInclude>

View File

@ -20,7 +20,6 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\include\stdex\common.h" />
<ClInclude Include="..\include\stdex\idrec.h" />
<ClInclude Include="..\src\pch.h" />
</ItemGroup>

View File

@ -1,30 +0,0 @@
/*
Copyright © 2016-2021 Amebis
This file is part of stdex.
stdex is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
stdex is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with stdex. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <assert.h>
#include <Windows.h>
#include <vector>
///
/// Classes without virtual table
///
#define STDEX_NOVTABLE __declspec(novtable)

View File

@ -19,8 +19,6 @@
#pragma once
#include "common.h"
#include <ios>
#include <istream>
#include <ostream>