From 708cb0115bc28dd559ef159375cc624257530c82 Mon Sep 17 00:00:00 2001 From: "Bastian M. Wojek" Date: Sat, 21 May 2011 14:52:25 +0000 Subject: [PATCH] Remove some includes left over from previous testing sessions --- src/classes/PTheory.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/classes/PTheory.cpp b/src/classes/PTheory.cpp index 27f17c10..c609c4b6 100644 --- a/src/classes/PTheory.cpp +++ b/src/classes/PTheory.cpp @@ -29,14 +29,6 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#ifdef HAVE_GOMP -#include -#endif - #include #include using namespace std;