summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_AccountInstanceCreationIndicationProvider.c
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-07-03 14:39:58 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-07-03 14:39:58 +0200
commit4ca5c8c282c036bd9b1f24e977814f075820a011 (patch)
treed60f2916e9a34052237b19820181f31b16fbe339 /src/account/LMI_AccountInstanceCreationIndicationProvider.c
parent0f424bf9162bf0a3b3cf47f321c0aec5a3cfe7bc (diff)
downloadopenlmi-providers-4ca5c8c282c036bd9b1f24e977814f075820a011.tar.gz
openlmi-providers-4ca5c8c282c036bd9b1f24e977814f075820a011.tar.xz
openlmi-providers-4ca5c8c282c036bd9b1f24e977814f075820a011.zip
account: don't require indication manager
Indication manager is part of this project, search for its installation will just create a chicken-egg problem.
Diffstat (limited to 'src/account/LMI_AccountInstanceCreationIndicationProvider.c')
-rw-r--r--src/account/LMI_AccountInstanceCreationIndicationProvider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account/LMI_AccountInstanceCreationIndicationProvider.c b/src/account/LMI_AccountInstanceCreationIndicationProvider.c
index bbf69a6..a3e149a 100644
--- a/src/account/LMI_AccountInstanceCreationIndicationProvider.c
+++ b/src/account/LMI_AccountInstanceCreationIndicationProvider.c
@@ -21,7 +21,7 @@
#include <konkret/konkret.h>
#include "LMI_AccountInstanceCreationIndication.h"
-#include <ind_manager.h>
+#include "ind_manager.h"
#include "indication_common.h"
#include "macros.h"