src/stringtable.h

changeset 75
bf8c57437231
parent 73
1ee9b312dc18
child 85
264a61e9eba0
--- a/src/stringtable.h	Mon Jan 13 00:15:38 2014 +0200
+++ b/src/stringtable.h	Mon Jan 13 23:44:15 2014 +0200
@@ -1,5 +1,5 @@
 /*
-	Copyright (c) 2013-2014, Santeri Piippo
+	Copyright (c) 2012-2014, Santeri Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
@@ -32,9 +32,8 @@
 #define BOTC_STRINGTABLE_H
 
 #include "main.h"
-#include "bots.h"
 
-int get_string_table_index(const string& a);
+int get_string_table_index (const string& a);
 const string_list& get_string_table();
 int num_strings_in_table();
 

mercurial