Skip to content
Snippets Groups Projects
Commit d2097f79 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

3rd-party include in <..>

parent bb8f33dd
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
#include "Fit/Kernel/KernelTypes.h" #include "Fit/Kernel/KernelTypes.h"
#ifdef _WIN32 #ifdef _WIN32
#include "Math/Functor.h" #include <Math/Functor.h>
#else #else
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#include "Math/Functor.h" #include <Math/Functor.h>
#pragma GCC diagnostic pop #pragma GCC diagnostic pop
#endif #endif
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
#include "GUI/coregui/mainwindow/tooltipdatabase.h" #include "GUI/coregui/mainwindow/tooltipdatabase.h"
#include "GUI/coregui/utils/GUIHelpers.h" #include "GUI/coregui/utils/GUIHelpers.h"
#include "GUI/coregui/utils/hostosinfo.h" #include "GUI/coregui/utils/hostosinfo.h"
#include "fancytabwidget.h" #include <fancytabwidget.h>
#include <progressbar.h> #include <progressbar.h>
#include "stylehelper.h" #include <stylehelper.h>
#include <QAction> #include <QAction>
#include <QApplication> #include <QApplication>
#include <QCloseEvent> #include <QCloseEvent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment