headers are now included with their library prefix

This commit is contained in:
Bechir Braham
2024-04-09 11:36:15 +02:00
parent a2499c96d6
commit a48820059d
54 changed files with 86 additions and 76 deletions

View File

@ -1,5 +1,5 @@
// Your First C++ Program
#include "aare/File.hpp"
#include "aare/file_io/File.hpp"
#include "aare/utils/logger.hpp"
#include <iostream>

View File

@ -1,5 +1,5 @@
// Your First C++ Program
#include "aare/File.hpp"
#include "aare/file_io/File.hpp"
#include "aare/utils/logger.hpp"
#include <iostream>

View File

@ -1,5 +1,5 @@
// Your First C++ Program
#include "aare/File.hpp"
#include "aare/file_io/File.hpp"
#include "aare/utils/logger.hpp"
#include <iostream>

View File

@ -1,5 +1,5 @@
// Your First C++ Program
#include "aare/File.hpp"
#include "aare/file_io/File.hpp"
#include <iostream>
#define AARE_ROOT_DIR_VAR "PROJECT_ROOT_DIR"

View File

@ -1,6 +1,6 @@
// Your First C++ Program
#include "aare/File.hpp"
#include "aare/Frame.hpp"
#include "aare/file_io/File.hpp"
#include "aare/core/Frame.hpp"
#include <iostream>
#define AARE_ROOT_DIR_VAR "PROJECT_ROOT_DIR"

View File

@ -1,5 +1,5 @@
// Your First C++ Program
#include "aare/File.hpp"
#include "aare/file_io/File.hpp"
#include "aare/utils/logger.hpp"
#include <iostream>

View File

@ -0,0 +1,10 @@
#include "aare/network_io/ZmqSocketSender.hpp"
#include "aare/
using namespace aare;
using namespace std;
int main(){
}

View File

@ -1,4 +1,4 @@
#include "aare/Frame.hpp"
#include "aare/core/Frame.hpp"
#include "aare/network_io/ZmqHeader.hpp"
#include "aare/network_io/ZmqSocketSender.hpp"
#include "aare/network_io/defs.hpp"