summaryrefslogtreecommitdiffstats
path: root/src/input/mmpcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/mmpcap.h')
-rw-r--r--src/input/mmpcap.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/input/mmpcap.h b/src/input/mmpcap.h
index 0873858..b4ae09a 100644
--- a/src/input/mmpcap.h
+++ b/src/input/mmpcap.h
@@ -18,14 +18,14 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/log.h"
-#include "core/receiver.h"
-#include "core/producer.h"
-#include "core/object/pcap.h"
+#include <dnsjit/core/log.h>
+#include <dnsjit/core/receiver.h>
+#include <dnsjit/core/producer.h>
+#include <dnsjit/core/object/pcap.h>
#ifndef __dnsjit_input_mmpcap_h
#define __dnsjit_input_mmpcap_h
-#include "input/mmpcap.hh"
+#include <dnsjit/input/mmpcap.hh>
#endif