Fix CLion's placement of #includes.

This commit is contained in:
Jeff Young 2018-07-22 23:33:36 +01:00
parent 2a9856ba34
commit 56ff3b3c95
1 changed files with 2 additions and 3 deletions

View File

@ -70,12 +70,11 @@
#include <tool/tool_manager.h>
#include <tool/tool_dispatcher.h>
#include <tools/pcb_actions.h>
#if defined(KICAD_SCRIPTING) || defined(KICAD_SCRIPTING_WXPYTHON)
#include <python_scripting.h>
#include <gestfich.h>
#include <executable_names.h>
#if defined(KICAD_SCRIPTING) || defined(KICAD_SCRIPTING_WXPYTHON)
#include <python_scripting.h>
#endif