Skip to content

Commit

Permalink
Use types defined in sys/types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Jan 9, 2021
1 parent d009275 commit 9937e33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions include/integers.h

This file was deleted.

2 changes: 1 addition & 1 deletion include/utf8.h
Expand Up @@ -13,7 +13,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
// Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
// See http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ for details.

#include "integers.h"
#include <sys/types.h>

#define UTF8_ACCEPT 0
#define UTF8_REJECT 1
Expand Down
2 changes: 1 addition & 1 deletion src/fntsys.c
Expand Up @@ -4,7 +4,6 @@
Review OpenUsbLd README & LICENSE files for further details.
*/

#include "include/integers.h"
#include "include/opl.h"
#include "include/fntsys.h"
#include "include/renderman.h"
Expand All @@ -13,6 +12,7 @@
#include "include/util.h"
#include "include/atlas.h"

#include <sys/types.h>
#include <ft2build.h>

#include FT_FREETYPE_H
Expand Down

0 comments on commit 9937e33

Please sign in to comment.