From 4441681c66bafee0c845ab278b9c50244d1c7b54 Mon Sep 17 00:00:00 2001 From: AKMaily Date: Thu, 5 Sep 2024 10:04:07 +0200 Subject: [PATCH] changed the order of the included files --- src/handler.hpp | 9 ++++----- src/main.cpp | 5 +---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/handler.hpp b/src/handler.hpp index 9255510f..1bc18072 100644 --- a/src/handler.hpp +++ b/src/handler.hpp @@ -2,13 +2,12 @@ #ifndef HANDLER_HEADER_HPP #define HANDLER_HEADER_HPP -#include "../ai_omniscope-v2-communication_sw/src/OmniscopeSampler.hpp" -#include "languages.hpp" - +#include +#include #include #include -#include -#include +#include "../ai_omniscope-v2-communication_sw/src/OmniscopeSampler.hpp" +#include "languages.hpp" struct AxisInfo { std::pair> &> data; diff --git a/src/main.cpp b/src/main.cpp index 775bf348..fdd17d7c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,10 +1,7 @@ -#include -#include -#include - #include "popups.hpp" #include "settingspopup.hpp" #include "style.hpp" +#include int main() { const std::string configpath = "config/config.json";