mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-01 05:34:56 +01:00
headers are now included with their library prefix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
#include "aare/DType.hpp"
|
||||
#include "aare/core/DType.hpp"
|
||||
#include <fmt/format.h>
|
||||
|
||||
namespace aare {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "aare/Frame.hpp"
|
||||
#include "aare/core/Frame.hpp"
|
||||
#include "aare/utils/logger.hpp"
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "aare/defs.hpp"
|
||||
#include "aare/core/defs.hpp"
|
||||
|
||||
namespace aare {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user