mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 23:18:52 +01:00
Moving headers into include/sls (#212)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "ClientSocket.h"
|
||||
#include "sls/ClientSocket.h"
|
||||
#include "clara.hpp"
|
||||
#include "sls_detector_exceptions.h"
|
||||
#include "sls/sls_detector_exceptions.h"
|
||||
#include "tests/testenum.h"
|
||||
|
||||
#include "container_utils.h"
|
||||
#include "sls/container_utils.h"
|
||||
#include <iostream>
|
||||
|
||||
bool help = false;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include "ServerSocket.h"
|
||||
#include "sls/ServerSocket.h"
|
||||
#include "clara.hpp"
|
||||
|
||||
#include "tests/testenum.h"
|
||||
|
||||
#include "ServerInterface.h"
|
||||
#include "container_utils.h"
|
||||
#include "sls/ServerInterface.h"
|
||||
#include "sls/container_utils.h"
|
||||
#include <iostream>
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user