mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02: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