summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/command_event.cpp1
-rw-r--r--commands/command_event.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/commands/command_event.cpp b/commands/command_event.cpp
index 391dfe0a9..11b9a56fc 100644
--- a/commands/command_event.cpp
+++ b/commands/command_event.cpp
@@ -2,6 +2,7 @@
#include "command_event.h"
#include "core/dive.h"
+#include "core/event.h"
#include "core/selection.h"
#include "core/subsurface-qt/divelistnotifier.h"
#include "core/libdivecomputer.h"
diff --git a/commands/command_event.h b/commands/command_event.h
index b7e67f218..b9662ecd4 100644
--- a/commands/command_event.h
+++ b/commands/command_event.h
@@ -6,7 +6,6 @@
#include "command_base.h"
-
// We put everything in a namespace, so that we can shorten names without polluting the global namespace
namespace Command {