summaryrefslogtreecommitdiff
path: root/src/strgen
diff options
context:
space:
mode:
Diffstat (limited to 'src/strgen')
-rw-r--r--src/strgen/strgen.cpp1
-rw-r--r--src/strgen/strgen_base.cpp4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp
index 0b40e02c4..a905a599b 100644
--- a/src/strgen/strgen.cpp
+++ b/src/strgen/strgen.cpp
@@ -13,7 +13,6 @@
#include "../core/endian_func.hpp"
#include "../string_func.h"
#include "../strings_type.h"
-#include "../language.h"
#include "../misc/getoptdata.h"
#include "../table/control_codes.h"
diff --git a/src/strgen/strgen_base.cpp b/src/strgen/strgen_base.cpp
index 1fd096a76..a71724bb3 100644
--- a/src/strgen/strgen_base.cpp
+++ b/src/strgen/strgen_base.cpp
@@ -12,14 +12,10 @@
#include "../stdafx.h"
#include "../core/endian_func.hpp"
#include "../string_func.h"
-#include "../strings_type.h"
-#include "../language.h"
#include "../table/control_codes.h"
#include "strgen.h"
-#include <stdarg.h>
-#include <exception>
#include "../table/strgen_tables.h"