From 951f1201c413c1137cfbef771bdd575c9c7e01bb Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Fri, 18 Aug 2017 08:21:01 +0200 Subject: Modernize various files (src/k*, src/l*) * range-based for loops * code style * C++ headers instead of C headers * Default operators --- src/light.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/light.cpp') diff --git a/src/light.cpp b/src/light.cpp index b269f6233..575bc2c72 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -18,7 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "light.h" -#include +#include #include "util/numeric.h" #include "settings.h" -- cgit v1.2.3