diff options
author | Friedemann Kleint <[email protected]> | 2010-03-18 10:59:06 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2010-03-18 10:59:06 +0100 |
commit | bbcacaf59f1e3132b84f714340793bfa2fa4d9a7 (patch) | |
tree | d6acf5616b7d40c1511a9d5c238ca5f13673fac2 /src/plugins/debugger/sourcefileswindow.cpp | |
parent | 718dd06ed84436bf204f1e66782b75a6b8da28bf (diff) |
Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.
Diffstat (limited to 'src/plugins/debugger/sourcefileswindow.cpp')
-rw-r--r-- | src/plugins/debugger/sourcefileswindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/sourcefileswindow.cpp b/src/plugins/debugger/sourcefileswindow.cpp index 5d321fc81c1..448bfefffb8 100644 --- a/src/plugins/debugger/sourcefileswindow.cpp +++ b/src/plugins/debugger/sourcefileswindow.cpp @@ -34,6 +34,8 @@ #include <QtCore/QDebug> #include <QtCore/QFileInfo> +#include <utils/savedaction.h> + #include <QtGui/QAction> #include <QtGui/QComboBox> #include <QtGui/QHeaderView> |