Fix includes that use system instead of project syntax

This commit is contained in:
Lane Roathe
2019-11-12 19:45:29 -08:00
parent a2c08f7169
commit 4e0afb3e85

8
qasm.h
View File

@@ -1,9 +1,9 @@
#pragma once #pragma once
#include <palPoco.h> #include "palPoco.h"
#include "pallogger.h" #include "pallogger.h"
#include <eventtask.h> #include "eventtask.h"
#include <baseapp.h> #include "baseapp.h"
#include <httpserver.h> #include "httpserver.h"
#define CLASS PAL_APPCLASS #define CLASS PAL_APPCLASS
using namespace PAL_NAMESPACE; using namespace PAL_NAMESPACE;