From 2fc1d83b555c3652176daa4ce7f20fa9d9e81d5a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 16 Jan 2016 12:06:20 -0500 Subject: [PATCH] C++11: Proper includes --- src/commands/CmdEdit.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index ad827cbf0..d9ad5ac28 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -28,11 +28,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include #include #include #include @@ -44,7 +44,6 @@ #include #include #include -#include extern Context context;