aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/RegExp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/RegExp.cc')
-rw-r--r--src/FbTk/RegExp.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/FbTk/RegExp.cc b/src/FbTk/RegExp.cc
index 3467971..b358eeb 100644
--- a/src/FbTk/RegExp.cc
+++ b/src/FbTk/RegExp.cc
@@ -22,11 +22,6 @@
22 22
23#include "RegExp.hh" 23#include "RegExp.hh"
24 24
25//use GNU extensions
26#ifndef _GNU_SOURCE
27#define _GNU_SOURCE
28#endif // _GNU_SOURCE
29
30#include <iostream> 25#include <iostream>
31 26
32using std::string; 27using std::string;