summaryrefslogtreecommitdiffstats
path: root/src/filter/copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter/copy.h')
-rw-r--r--src/filter/copy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/filter/copy.h b/src/filter/copy.h
index 96c8db0..d65a552 100644
--- a/src/filter/copy.h
+++ b/src/filter/copy.h
@@ -18,13 +18,13 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/log.h"
-#include "core/object.h"
-#include "core/receiver.h"
+#include <dnsjit/core/log.h>
+#include <dnsjit/core/object.h>
+#include <dnsjit/core/receiver.h>
#ifndef __dnsjit_filter_copy_h
#define __dnsjit_filter_copy_h
-#include "filter/copy.hh"
+#include <dnsjit/filter/copy.hh>
#endif