summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ofilenotify.cpp
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/ofilenotify.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/ofilenotify.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/libopie2/opiecore/ofilenotify.cpp b/libopie2/opiecore/ofilenotify.cpp
index 5e9f97b..bcfb1aa 100644
--- a/libopie2/opiecore/ofilenotify.cpp
+++ b/libopie2/opiecore/ofilenotify.cpp
@@ -40,13 +40,7 @@ using namespace Opie::Core;
/* STD */
#include <sys/types.h>
#include <sys/stat.h>
-#ifndef _GNU_SOURCE
- #define _GNU_SOURCE
#include <fcntl.h>
- #undef _GNU_SOURCE
-#else
- #include <fcntl.h>
-#endif
#include <string.h>
#include <errno.h>
#include <unistd.h>