Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.h')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.h b/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.h
index 12645d267..0321adf5c 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.h
+++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/daytime.h
@@ -19,8 +19,8 @@
#ifndef DAYTIME_H_
#define DAYTIME_H_
-#include "mdep.h"
-#include "protocol.h"
+#include <config.h>
+#include <framework/protocol.h>
extern void ini_daytime_service(Protocol * proto);

Back to the top