diff options
Diffstat (limited to 'lib/hash.c')
| -rw-r--r-- | lib/hash.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,10 +16,10 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <kpathsea/config.h> +#include "config.h" -#include <kpathsea/hash.h> -#include <kpathsea/str-list.h> +#include "hash.h" +#include "str-list.h" /* The hash function. We go for simplicity here. */ |
