move a misplaced include
This commit is contained in:
parent
3733ca4500
commit
a37a7aa1d5
|
@ -18,6 +18,8 @@
|
||||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <fontconfig/fontconfig.h>
|
||||||
|
|
||||||
#include <font/fontconfig.h>
|
#include <font/fontconfig.h>
|
||||||
#include <pgm_base.h>
|
#include <pgm_base.h>
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
#ifndef KICAD_FONTCONFIG_H
|
#ifndef KICAD_FONTCONFIG_H
|
||||||
#define KICAD_FONTCONFIG_H
|
#define KICAD_FONTCONFIG_H
|
||||||
|
|
||||||
#include <fontconfig/fontconfig.h>
|
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
Loading…
Reference in New Issue