aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_kdeconsole_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_kdeconsole_main.cc')
-rwxr-xr-xpbx/pbx_kdeconsole_main.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/pbx/pbx_kdeconsole_main.cc b/pbx/pbx_kdeconsole_main.cc
index 9f43ee88f..0bb2d73e2 100755
--- a/pbx/pbx_kdeconsole_main.cc
+++ b/pbx/pbx_kdeconsole_main.cc
@@ -11,10 +11,10 @@
* the GNU General Public License
*/
-#include <asterisk/module.h>
-#include <asterisk/channel.h>
-#include <asterisk/logger.h>
-#include <asterisk/lock.h>
+#include "asterisk/module.h"
+#include "asterisk/channel.h"
+#include "asterisk/logger.h"
+#include "asterisk/lock.h"
#include "pbx_kdeconsole.h"
static char *dtext = "KDE Console Monitor";