move a misplaced include

This commit is contained in:
jean-pierre charras 2022-02-06 20:31:02 +01:00
parent 3733ca4500
commit a37a7aa1d5
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <fontconfig/fontconfig.h>
#include <font/fontconfig.h>
#include <pgm_base.h>
#include <wx/log.h>

View File

@ -21,7 +21,6 @@
#ifndef KICAD_FONTCONFIG_H
#define KICAD_FONTCONFIG_H
#include <fontconfig/fontconfig.h>
#include <wx/string.h>
#include <vector>
#include <map>