Adjust #include to make the dependency more explicit

This commit is contained in:
Jekyll Wu
2011-10-21 22:00:10 +08:00
parent 3e3c9f7d9b
commit 07bf74c335
2 changed files with 13 additions and 6 deletions

View File

@@ -45,9 +45,10 @@
#include <KNotification>
#include <KRun>
#include <KShell>
#include <KProcess>
#include <KStandardDirs>
#include <KPtyDevice>
#include <KUrl>
#include <KConfigGroup>
// Konsole
#include <config-konsole.h>
@@ -59,6 +60,7 @@
#include "ShellCommand.h"
#include "Vt102Emulation.h"
#include "ZModemDialog.h"
#include "History.h"
using namespace Konsole;