diff --git a/tests/hellosegv/function1.cpp b/tests/hellosegv/function1.cpp index 7fa9efa..f65e752 100644 --- a/tests/hellosegv/function1.cpp +++ b/tests/hellosegv/function1.cpp @@ -1,4 +1,4 @@ -#include "/peak/src/Seer/hellosegv/function1.h" +#include "function1.h" #include #include #include diff --git a/tests/hellosegv/hellosegv.cpp b/tests/hellosegv/hellosegv.cpp index f22107f..73eab62 100644 --- a/tests/hellosegv/hellosegv.cpp +++ b/tests/hellosegv/hellosegv.cpp @@ -1,8 +1,7 @@ +#include "function1.h" #include #include -void function1 (const std::string& message); - int main (int argc, char** argv) { for (int i=0; i