This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2f3bd00  CELIX-426: Removes wrong include
2f3bd00 is described below

commit 2f3bd00c4509935c925169f8ccbdf704e4f43351
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Apr 26 20:14:19 2019 +0200

    CELIX-426: Removes wrong include
---
 examples/celix-examples/dm_example_cxx/phase1/src/Phase1Activator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/celix-examples/dm_example_cxx/phase1/src/Phase1Activator.h 
b/examples/celix-examples/dm_example_cxx/phase1/src/Phase1Activator.h
index 019a5a5..33bf61f 100644
--- a/examples/celix-examples/dm_example_cxx/phase1/src/Phase1Activator.h
+++ b/examples/celix-examples/dm_example_cxx/phase1/src/Phase1Activator.h
@@ -20,7 +20,7 @@
 #ifndef CELIX_PHASE1ACTIVATOR_H
 #define CELIX_PHASE1ACTIVATOR_H
 
-#include "celix/dm/DmActivator.h"
+#include "celix/dm/DependencyManager.h"
 #include "command.h"
 
 using namespace celix::dm;

Reply via email to