mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
removed unneccecary includes
This commit is contained in:
parent
bc4d0452af
commit
7314c52c63
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#include "ClientSocket.h"
|
#include "ClientSocket.h"
|
||||||
#include "SharedMemory.h"
|
#include "SharedMemory.h"
|
||||||
// #include "error_defs.h"
|
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
#include "sls_detector_defs.h"
|
#include "sls_detector_defs.h"
|
||||||
#include "network_utils.h"
|
#include "network_utils.h"
|
||||||
@ -16,7 +15,6 @@ class ClientInterface;
|
|||||||
|
|
||||||
class multiSlsDetector;
|
class multiSlsDetector;
|
||||||
class ServerInterface;
|
class ServerInterface;
|
||||||
class MySocketTCP;
|
|
||||||
|
|
||||||
#define SLS_SHMVERSION 0x190503
|
#define SLS_SHMVERSION 0x190503
|
||||||
#define MAX_RX_DBIT 64
|
#define MAX_RX_DBIT 64
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#include "slsDetector.h"
|
#include "slsDetector.h"
|
||||||
#include "ClientInterface.h"
|
#include "ClientInterface.h"
|
||||||
#include "ClientSocket.h"
|
#include "ClientSocket.h"
|
||||||
#include "MySocketTCP.h"
|
|
||||||
#include "ServerInterface.h"
|
#include "ServerInterface.h"
|
||||||
#include "SharedMemory.h"
|
#include "SharedMemory.h"
|
||||||
#include "file_utils.h"
|
#include "file_utils.h"
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "sls_detector_defs.h"
|
#include "sls_detector_defs.h"
|
||||||
#include "MySocketTCP.h"
|
|
||||||
#include "ClientSocket.h"
|
#include "ClientSocket.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#include "ClientInterface.h"
|
#include "ClientInterface.h"
|
||||||
#include "ClientSocket.h"
|
#include "ClientSocket.h"
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
ClientInterface::ClientInterface(sls::ClientSocket *socket, int n) : socket_(socket){}
|
ClientInterface::ClientInterface(sls::ClientSocket *socket, int n) : socket_(socket){}
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "ClientInterface.h"
|
#include "ClientInterface.h"
|
||||||
#include "MySocketTCP.h"
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
//tests to add
|
//tests to add
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include "MySocketTCP.h"
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user