From 7b080a40a5b9d39c8af0a61371b433ee61cb52ff Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 20 Sep 2011 12:19:48 +0300 Subject: [PATCH] Fix path to headers in cap_debug --- projects/stargazer/plugins/capture/cap_debug/debug_cap.cpp | 4 ++-- projects/stargazer/plugins/capture/cap_debug/debug_cap.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/stargazer/plugins/capture/cap_debug/debug_cap.cpp b/projects/stargazer/plugins/capture/cap_debug/debug_cap.cpp index f4b4f8ae..595c45fc 100644 --- a/projects/stargazer/plugins/capture/cap_debug/debug_cap.cpp +++ b/projects/stargazer/plugins/capture/cap_debug/debug_cap.cpp @@ -37,10 +37,10 @@ $Author: faust $ #include #include +#include "libpal.h" #include "stg/plugin_creator.h" +#include "stg/traffcounter.h" #include "debug_cap.h" -#include "../../../traffcounter.h" -#include "libpal.h" //----------------------------------------------------------------------------- void WriteStat(uint32_t u, uint32_t d) diff --git a/projects/stargazer/plugins/capture/cap_debug/debug_cap.h b/projects/stargazer/plugins/capture/cap_debug/debug_cap.h index 5e5e2cf6..d0aad764 100644 --- a/projects/stargazer/plugins/capture/cap_debug/debug_cap.h +++ b/projects/stargazer/plugins/capture/cap_debug/debug_cap.h @@ -32,9 +32,9 @@ $Author: faust $ #include -#include "os_int.h" -#include "plugin.h" -#include "module_settings.h" +#include "stg/os_int.h" +#include "stg/plugin.h" +#include "stg/module_settings.h" using namespace std; extern "C" PLUGIN * GetPlugin(); -- 2.43.2