OUTLINE_FONT does not need Pgm() or settings or EDA_TEXT

This commit is contained in:
Marek Roszko 2023-09-06 22:02:21 -04:00
parent 19db0f943f
commit f45d61ef18
1 changed files with 0 additions and 3 deletions

View File

@ -23,13 +23,10 @@
*/
#include <limits>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <harfbuzz/hb.h>
#include <harfbuzz/hb-ft.h>
#include <bezier_curves.h>
#include <geometry/shape_poly_set.h>
#include <eda_text.h>
#include <font/fontconfig.h>
#include <font/outline_font.h>
#include FT_GLYPH_H