aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/maemo/main.cpp')
-rw-r--r--backends/platform/maemo/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/maemo/main.cpp b/backends/platform/maemo/main.cpp
index 9d8b0f2e84..72253bb32c 100644
--- a/backends/platform/maemo/main.cpp
+++ b/backends/platform/maemo/main.cpp
@@ -22,14 +22,10 @@
#if defined(MAEMO)
-#define FORBIDDEN_SYMBOL_EXCEPTION_unistd_h
-
#include "backends/platform/maemo/maemo.h"
#include "backends/plugins/sdl/sdl-provider.h"
#include "base/main.h"
-#include <unistd.h>
-
int main(int argc, char* argv[]) {
g_system = new Maemo::OSystem_SDL_Maemo();
assert(g_system);