mirror of
https://github.com/marketideas/qasm.git
synced 2025-02-10 16:30:34 +00:00
Fix includes that use system instead of project syntax
This commit is contained in:
parent
a2c08f7169
commit
4e0afb3e85
8
qasm.h
8
qasm.h
@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
#include <palPoco.h>
|
||||
#include "palPoco.h"
|
||||
#include "pallogger.h"
|
||||
#include <eventtask.h>
|
||||
#include <baseapp.h>
|
||||
#include <httpserver.h>
|
||||
#include "eventtask.h"
|
||||
#include "baseapp.h"
|
||||
#include "httpserver.h"
|
||||
|
||||
#define CLASS PAL_APPCLASS
|
||||
using namespace PAL_NAMESPACE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user