Remove use of 3rdparty/ prefix from includes

* We instead always have 3rdparty/ in the relevant include search paths and rely
  on that. Each library still has its own unique base dir within 3rdparty to
  clarify where the include is coming from.
This commit is contained in:
baldurk
2020-03-11 11:35:52 +00:00
parent cf91e8badf
commit 936e6372cb
76 changed files with 100 additions and 100 deletions
+2 -2
View File
@@ -27,10 +27,10 @@
#include <QKeyEvent>
#include <QMenu>
#include <QScrollBar>
#include "3rdparty/scintilla/include/SciLexer.h"
#include "3rdparty/scintilla/include/qt/ScintillaEdit.h"
#include "Code/ScintillaSyntax.h"
#include "Code/pyrenderdoc/PythonContext.h"
#include "scintilla/include/SciLexer.h"
#include "scintilla/include/qt/ScintillaEdit.h"
#include "ui_PythonShell.h"
// a forwarder that invokes onto the UI thread wherever necessary.