summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-08-04 16:57:32 +0000
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2010-08-04 16:57:32 +0000
commit96d043addc390d108db2f2e9096eac462d421d7a (patch)
treeeaacbf6b9a2814a94daf05acbad06cee691402c1
parente34f1fe1341c430ece492bdc4c5da99f930f65c0 (diff)
downloadimlib2-96d043addc390d108db2f2e9096eac462d421d7a.tar.gz
FORMATTING
* Remove vim modelines: find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \; find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \; * Remove leading blank lines: find . -name '*.[cxh]' -exec sed -i '/./,$!d' If you use vim, use this in your .vimrc: set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0 SVN revision: 50816
-rw-r--r--src/lib/font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/font.h b/src/lib/font.h
index e5eafa5..7d58a8c 100644
--- a/src/lib/font.h
+++ b/src/lib/font.h
@@ -1,4 +1,3 @@
-
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H