Makefile.in: Fix typo in definition of all_objs.
[paraslash.git] / mp3_afh.c
index f0db140d2213a36283e497a73531c4edfb7d79ef..d0be0ad95459390e37879870b349e88783618509 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
  *                      Johannes Overmann <overmann@iname.com>
  */
 
-#include <osl.h>
+#include <regex.h>
+
 #include "para.h"
 #include "error.h"
 #include "afh.h"
 #include "string.h"
-#include "afs.h"
-#include "server.h"
 
 /** \cond some defines and structs which are only used in this file */