summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/RegExp.h5
-rw-r--r--utils/Signal.h3
2 files changed, 2 insertions, 6 deletions
diff --git a/utils/RegExp.h b/utils/RegExp.h
index 85c9853..20451f0 100644
--- a/utils/RegExp.h
+++ b/utils/RegExp.h
@@ -11,15 +11,12 @@
*
* $Id$
* $CurLog$
+ * Removed pragma interfaces
*/
#ifndef RegExp_H_
#define RegExp_H_
-#ifdef __GNUG__
-#pragma interface
-#endif
-
#include "cplus_bugs.h"
#include "bool.h"
diff --git a/utils/Signal.h b/utils/Signal.h
index e25ace6..407c404 100644
--- a/utils/Signal.h
+++ b/utils/Signal.h
@@ -10,13 +10,12 @@
*
* $Id$
* $CurLog$
+ * Removed pragma interfaces
*/
#ifndef Signal_H_
#define Signal_H_
-
-
#include "cplus_bugs.h"
class CcuList;