Skip to content

Commit

Permalink
changed the order of the included files
Browse files Browse the repository at this point in the history
  • Loading branch information
AKMaily committed Sep 5, 2024
1 parent fd0f92c commit 4441681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 4 additions & 5 deletions src/handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <implot.h>
#include <set>
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include <set>
#include <implot.h>
#include "../ai_omniscope-v2-communication_sw/src/OmniscopeSampler.hpp"
#include "languages.hpp"

struct AxisInfo {
std::pair<Omniscope::Id, std::vector<std::pair<double, double>> &> data;
Expand Down
5 changes: 1 addition & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#include <algorithm>
#include <cmake_git_version/version.hpp>
#include <set>

#include "popups.hpp"
#include "settingspopup.hpp"
#include "style.hpp"
#include <cmake_git_version/version.hpp>

int main() {
const std::string configpath = "config/config.json";
Expand Down

0 comments on commit 4441681

Please sign in to comment.