Skip to content

Commit

Permalink
remove unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kdx2a committed Jun 7, 2024
1 parent fee928d commit 0a81ad2
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
58 changes: 58 additions & 0 deletions compile_commands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
[
{
"arguments": [
"/usr/bin/g++",
"-g",
"-O0",
"-Wall",
"-Wextra",
"-m64",
"-pipe",
"-fexceptions",
"-fvisibility=hidden",
"-fvisibility-inlines-hidden",
"-fPIC",
"-DTILED_EDITOR_LIBRARY",
"-DTILED_VERSION=1.10.2",
"-DQT_DISABLE_DEPRECATED_BEFORE=QT_VERSION_CHECK(5,15,0)",
"-DQT_NO_DEPRECATED_WARNINGS",
"-DQT_NO_CAST_FROM_ASCII",
"-DQT_NO_CAST_TO_ASCII",
"-DQT_NO_FOREACH",
"-DQT_NO_URL_CAST_FROM_STRING",
"-D_USE_MATH_DEFINES",
"-DTILED_ENABLE_DBUS",
"-DQT_SVG_LIB",
"-DQT_QML_LIB",
"-DQT_DBUS_LIB",
"-DQT_CONCURRENT_LIB",
"-DQT_WIDGETS_LIB",
"-DQT_NETWORK_LIB",
"-DQT_GUI_LIB",
"-DQT_CORE_LIB",
"-I/home/kdx/opt/tiled/src/tiled",
"-I/home/kdx/opt/tiled/src/qtsingleapplication/src",
"-I/home/kdx/opt/tiled/src/qtpropertybrowser/src",
"-I/home/kdx/opt/tiled/src/libtiled",
"-I/home/kdx/opt/tiled/default/libtilededitor.877b2b3a/qt.headers",
"-isystem/usr/include/qt",
"-isystem/usr/include/qt/QtSvg",
"-isystem/usr/include/qt/QtQml",
"-isystem/usr/include/qt/QtDBus",
"-isystem/usr/include/qt/QtConcurrent",
"-isystem/usr/include/qt/QtWidgets",
"-isystem/usr/include/qt/QtNetwork",
"-isystem/usr/include/qt/QtGui",
"-isystem/usr/include/qt/QtCore",
"-isystem/usr/lib/qt/mkspecs/linux-g++",
"-std=c++17",
"-c",
"-o",
"/home/kdx/opt/tiled/default/libtilededitor.877b2b3a/3a52ce780950d4d9/mapdocumentactionhandler.cpp.o",
"/home/kdx/opt/tiled/src/tiled/mapdocumentactionhandler.cpp"
],
"directory": "/home/kdx/opt/tiled",
"file": "/home/kdx/opt/tiled/src/tiled/mapdocumentactionhandler.cpp",
"output": "/home/kdx/opt/tiled/default/libtilededitor.877b2b3a/3a52ce780950d4d9/mapdocumentactionhandler.cpp.o"
}
]
2 changes: 0 additions & 2 deletions src/tiled/capturestamphelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@

#include "capturestamphelper.h"

#include "changeselectedarea.h"
#include "erasetiles.h"
#include "map.h"
#include "mapdocument.h"
#include "tilelayer.h"

#include <memory>
#include <qundostack.h>

namespace Tiled {

Expand Down

0 comments on commit 0a81ad2

Please sign in to comment.