aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/config-manager.cpp')
-rw-r--r--common/config-manager.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/config-manager.cpp b/common/config-manager.cpp
index 81e8ed15e2..bdd0fe210d 100644
--- a/common/config-manager.cpp
+++ b/common/config-manager.cpp
@@ -25,7 +25,6 @@
#include "common/config-manager.h"
#if defined(UNIX)
-#include <sys/param.h>
#ifdef MACOSX
#define DEFAULT_CONFIG_FILE "Library/Preferences/ScummVM Preferences"
#else
@@ -35,10 +34,6 @@
#define DEFAULT_CONFIG_FILE "scummvm.ini"
#endif
-#ifndef MAXPATHLEN
-#define MAXPATHLEN 256
-#endif
-
#define MAXLINELEN 256
static char *ltrim(char *t) {