diff options
Diffstat (limited to 'client/gui/softrenderer.cpp')
| -rw-r--r-- | client/gui/softrenderer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/gui/softrenderer.cpp b/client/gui/softrenderer.cpp index bdc7a6cd..92a1c838 100644 --- a/client/gui/softrenderer.cpp +++ b/client/gui/softrenderer.cpp @@ -15,10 +15,11 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include "common.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif + +#include "common.h" #include "utils.h" #include "debug.h" |
