mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-23 11:57:58 +02:00
headers are now included with their library prefix
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "aare/Frame.hpp"
|
||||
#include "aare/core/Frame.hpp"
|
||||
#include "aare/utils/logger.hpp"
|
||||
|
||||
#include "simdjson.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "aare/Frame.hpp"
|
||||
#include "aare/core/Frame.hpp"
|
||||
#include "aare/network_io/ZmqHeader.hpp"
|
||||
#include "aare/network_io/ZmqSocket.hpp"
|
||||
#include "aare/network_io/defs.hpp"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "aare/Frame.hpp"
|
||||
#include "aare/core/Frame.hpp"
|
||||
#include "aare/network_io/ZmqHeader.hpp"
|
||||
#include "aare/network_io/ZmqSocket.hpp"
|
||||
#include "aare/network_io/defs.hpp"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "aare/Frame.hpp"
|
||||
#include "aare/core/Frame.hpp"
|
||||
#include "aare/network_io/ZmqHeader.hpp"
|
||||
|
||||
#include <stdexcept>
|
||||
|
Reference in New Issue
Block a user