summaryrefslogtreecommitdiff
path: root/beos/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'beos/font.h')
-rw-r--r--beos/font.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/beos/font.h b/beos/font.h
index 75f0c3ac6..63909efcf 100644
--- a/beos/font.h
+++ b/beos/font.h
@@ -16,16 +16,15 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
+/**
+ * \file
* Beos font layout handling interface.
*/
#ifndef NS_BEOS_FONT_H
#define NS_BEOS_FONT_H
-#include <stdbool.h>
-
-#include "desktop/plotters.h"
+#include "desktop/plot_style.h"
bool nsfont_paint(const plot_font_style_t *fstyle,
const char *string, size_t length,