From 40377447acf06db3af2122cef986330ebb06c0d5 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 22:47:48 -0600 Subject: [PATCH] string_util.cpp & .h header include cleanup --- common/skills.cpp | 1 + common/string_util.cpp | 3 --- common/string_util.h | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/common/skills.cpp b/common/skills.cpp index 24a32196e..ceb726d8c 100644 --- a/common/skills.cpp +++ b/common/skills.cpp @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include "types.h" #include "skills.h" diff --git a/common/string_util.cpp b/common/string_util.cpp index 2fcb59e05..63da1b08c 100644 --- a/common/string_util.cpp +++ b/common/string_util.cpp @@ -16,9 +16,6 @@ #include "string_util.h" -#include // for strncpy -#include - #ifdef _WINDOWS #include diff --git a/common/string_util.h b/common/string_util.h index 34f08b5e2..31ba4c587 100644 --- a/common/string_util.h +++ b/common/string_util.h @@ -19,7 +19,6 @@ #include #include #include -#include #include "types.h"