1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 11:34:09 -04:00

Moved export.h file to root of exports directory and removed util

This commit is contained in:
f4exb
2018-03-20 13:49:21 +01:00
parent afa7351811
commit 72e29fd3f8
190 changed files with 189 additions and 189 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "SWGErrorResponse.h"
#include "util/export.h"
#include "export.h"
namespace SWGSDRangel
{
+1 -1
View File
@@ -27,7 +27,7 @@
#include "staticfilecontroller.h"
#include "webapiadapterinterface.h"
#include "util/export.h"
#include "export.h"
namespace SWGSDRangel
{
+1 -1
View File
@@ -19,7 +19,7 @@
#ifndef SDRBASE_WEBAPI_WEBAPISERVER_H_
#define SDRBASE_WEBAPI_WEBAPISERVER_H_
#include "util/export.h"
#include "export.h"
namespace qtwebapp
{