From 0472aae4e9f8523385f1e62720f8e2c9751a987a Mon Sep 17 00:00:00 2001 From: alexeevdv Date: Sun, 15 Feb 2015 19:09:13 +0300 Subject: [PATCH] Types.h removed --- CMakeLists.txt | 1 - Hacks/CArchive.h | 1 - Hacks/CArray.h | 1 - Hacks/CFile.h | 1 - Hacks/CMap.h | 1 - Hacks/Types.h | 23 ----------------------- XGetopt.cpp | 2 +- stdafx.h | 1 - 8 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 Hacks/Types.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 8135507..ff8f74b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,6 @@ cmake_minimum_required(VERSION 2.8) project(int2ssl) set(SOURCES main.cpp -Hacks/Types.h Hacks/CArray.h Hacks/CArchive.h Hacks/CArchive.cpp diff --git a/Hacks/CArchive.h b/Hacks/CArchive.h index f454f1b..2870766 100644 --- a/Hacks/CArchive.h +++ b/Hacks/CArchive.h @@ -14,7 +14,6 @@ #include // int2ssl includes -#include "../Hacks/Types.h" #include "../Hacks/CFile.h" // Third party includes diff --git a/Hacks/CArray.h b/Hacks/CArray.h index cbca7d4..b3a4ccc 100644 --- a/Hacks/CArray.h +++ b/Hacks/CArray.h @@ -14,7 +14,6 @@ #include // int2ssl includes -#include "../Hacks/Types.h" // Third party includes diff --git a/Hacks/CFile.h b/Hacks/CFile.h index 68bfd22..35923d3 100644 --- a/Hacks/CFile.h +++ b/Hacks/CFile.h @@ -14,7 +14,6 @@ #include // int2ssl includes -#include "../Hacks/Types.h" // Third party includes diff --git a/Hacks/CMap.h b/Hacks/CMap.h index 3f9aca8..584dcf7 100644 --- a/Hacks/CMap.h +++ b/Hacks/CMap.h @@ -14,7 +14,6 @@ #include // int2ssl includes -#include "../Hacks/Types.h" // Third party includes diff --git a/Hacks/Types.h b/Hacks/Types.h deleted file mode 100644 index 671d366..0000000 --- a/Hacks/Types.h +++ /dev/null @@ -1,23 +0,0 @@ -/** - * - * Copyright (c) 2005-2009 Anchorite (TeamX), - * Copyright (c) 20014-2015 Nirran, phobos2077 - * Copyright (c) 20015 alexeevdv - * Distributed under the GNU GPL v3. For full terms see the file license.txt - * - */ - -#ifndef TYPES_H -#define TYPES_H - -// C++ standard includes -#include -#include - -// int2ssl includes - -// Third party includes - -typedef unsigned char BYTE; - -#endif // TYPES_H diff --git a/XGetopt.cpp b/XGetopt.cpp index 3c9ff13..0904a20 100644 --- a/XGetopt.cpp +++ b/XGetopt.cpp @@ -32,7 +32,7 @@ /////////////////////////////////////////////////////////////////////////////// // if you are not using precompiled headers then include these lines: //#include -//#include +#include //#include /////////////////////////////////////////////////////////////////////////////// diff --git a/stdafx.h b/stdafx.h index 93092e5..1390c5d 100644 --- a/stdafx.h +++ b/stdafx.h @@ -14,7 +14,6 @@ #include // int2ssl includes -#include "Hacks/Types.h" #include "Hacks/CArray.h" // Third party includes