diff options
Diffstat (limited to 'gui/eval.cpp')
-rw-r--r-- | gui/eval.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/eval.cpp b/gui/eval.cpp index 89577cc51d..d4c4f5499c 100644 --- a/gui/eval.cpp +++ b/gui/eval.cpp @@ -23,7 +23,6 @@ * */ -#include "common/stdafx.h" #include "common/system.h" #include "gui/eval.h" #include "gui/widget.h" @@ -337,4 +336,4 @@ void Eval::reset() { loadConstants(); } -} // end of namespace GUI +} // end of namespace GUI |