diff options
Diffstat (limited to 'common/config-file.cpp')
| -rw-r--r-- | common/config-file.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/common/config-file.cpp b/common/config-file.cpp index 878d29301f..55941131ac 100644 --- a/common/config-file.cpp +++ b/common/config-file.cpp @@ -18,16 +18,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "common/config-file.h" #include "common/file.h" #include "common/savefile.h" #include "common/system.h" -#include "common/util.h" +#include "common/textconsole.h" #define MAXLINELEN 256 |
