aboutsummaryrefslogtreecommitdiff
path: root/src/CommandInput.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/widgets/CommandInput.cpp (renamed from src/CommandInput.cpp)3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CommandInput.cpp b/src/widgets/CommandInput.cpp
index d553d19..464065a 100644
--- a/src/CommandInput.cpp
+++ b/src/widgets/CommandInput.cpp
@@ -4,9 +4,8 @@
#include <QVBoxLayout>
#include <QWidget>
#include <QWindow>
-#include <iostream>
-#include "CommandInput.hpp"
+#include "widgets/CommandInput.hpp"
CommandInput::CommandInput(QString defaultInput, QWidget *parentNode)
: QWidget(parentNode) {