Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adomurad committed May 21, 2016
1 parent ab829b0 commit 44ac2fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/draw-lib/src/Font.cpp
Expand Up @@ -5,10 +5,10 @@
#include <GL/glu.h>

#include <ft2build.h>
#include <freetype2/freetype.h>
#include <freetype2/ftglyph.h>
#include <freetype2/ftoutln.h>
#include <freetype2/fttrigon.h>
#include <freetype/freetype.h>
#include <freetype/ftglyph.h>
#include <freetype/ftoutln.h>
#include <freetype/fttrigon.h>

#include <lcommon/math_util.h>
#include <lcommon/geometry.h>
Expand Down

0 comments on commit 44ac2fc

Please sign in to comment.