From a6000e67cdb60dca0b59e97a78ea9a02d72cfa6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Sun, 7 Jul 2013 22:02:09 +0200 Subject: [PATCH] Using included genint1.h from global directory. Directory global is included using AM_CXXFLAGS in Makefile.am --- src/graph/loggraph.cpp | 2 +- src/kernel/kernel.cpp | 2 +- src/net/lognet.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/graph/loggraph.cpp b/src/graph/loggraph.cpp index 680f505..bed6f5d 100644 --- a/src/graph/loggraph.cpp +++ b/src/graph/loggraph.cpp @@ -22,7 +22,7 @@ #include #include #include -#include "../head/genint1.h" +#include "genint1.h" #include "../head/comm.h" #include "socu.h" #include diff --git a/src/kernel/kernel.cpp b/src/kernel/kernel.cpp index 7ca1ec2..e17b6e5 100644 --- a/src/kernel/kernel.cpp +++ b/src/kernel/kernel.cpp @@ -66,7 +66,7 @@ #include #include -#include "../head/genint1.h" +#include "genint1.h" #include "../head/comm.h" #include "socu.h" #include diff --git a/src/net/lognet.cpp b/src/net/lognet.cpp index decd822..8a10bbe 100644 --- a/src/net/lognet.cpp +++ b/src/net/lognet.cpp @@ -1,4 +1,4 @@ -#include "../head/genint1.h" +#include "genint1.h" #include "../head/comm.h" #include -- 2.30.2