switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths

This commit is contained in:
Dick Hollenbeck
2012-01-22 22:33:36 -06:00
parent 3b8f191cc4
commit b8a0ab4c52
1067 changed files with 5351 additions and 5274 deletions
+10 -10
View File
@@ -28,16 +28,16 @@
* @brief Some functions to handle hotkeys in KiCad
*/
#include "fctsys.h"
#include "appl_wxstruct.h"
#include "hotkeys_basic.h"
#include "id.h"
#include "confirm.h"
#include "kicad_string.h"
#include "gestfich.h"
#include "wxstruct.h"
#include "macros.h"
#include "dialog_hotkeys_editor.h"
#include <fctsys.h>
#include <appl_wxstruct.h>
#include <hotkeys_basic.h>
#include <id.h>
#include <confirm.h>
#include <kicad_string.h>
#include <gestfich.h>
#include <wxstruct.h>
#include <macros.h>
#include <dialog_hotkeys_editor.h>
#include <wx/apptrait.h>
#include <wx/stdpaths.h>