From: Maxim Mamontov <faust.madf@gmail.com>
Date: Tue, 20 Sep 2011 09:19:48 +0000 (+0300)
Subject: Fix path to headers in cap_debug
X-Git-Tag: 2.408-rc1~17
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/7b080a40a5b9d39c8af0a61371b433ee61cb52ff

Fix path to headers in cap_debug
---

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 <netinet/in.h>
 #include <arpa/inet.h>
 
+#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 <string>
 
-#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();