mirror of
https://github.com/marketideas/qasm.git
synced 2025-08-09 06:24:59 +00:00
Fix includes that use system instead of project syntax
This commit is contained in:
8
qasm.h
8
qasm.h
@@ -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;
|
||||||
|
Reference in New Issue
Block a user