summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/fontmap.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-05 08:11:22 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-05 08:11:22 +0000
commitcf3ad3411bc9de86fc633d026d6f71511aa68e74 (patch)
treecf8beea383aee4de86f933e70e7387f190904401 /Build/source/texk/kpathsea/fontmap.c
parentd68992e6b7de4c94e6841019eb3b27e725c1fae4 (diff)
Remove unnecessary headers
git-svn-id: svn://tug.org/texlive/trunk@23421 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/fontmap.c')
-rw-r--r--Build/source/texk/kpathsea/fontmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/fontmap.c b/Build/source/texk/kpathsea/fontmap.c
index 73c7227b593..3dce91843dc 100644
--- a/Build/source/texk/kpathsea/fontmap.c
+++ b/Build/source/texk/kpathsea/fontmap.c
@@ -1,7 +1,7 @@
/* fontmap.c: read files for additional font names.
Copyright 2001, 2002, 2005 Olaf Weber.
- Copyright 1993, 1994, 1995, 1996, 1997, 2008 Karl Berry.
+ Copyright 1993, 1994, 1995, 1996, 1997, 2008, 2011 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -25,7 +25,6 @@
#include <kpathsea/line.h>
#include <kpathsea/pathsearch.h>
#include <kpathsea/str-list.h>
-#include <kpathsea/recorder.h>
#include <kpathsea/tex-file.h>
/* We have one and only one fontmap, so may as well make it static