Merge branch 'refs/heads/t/markdown'
[paraslash.git] / wma_common.c
index 3c775be21d9cff0358676c42eaf3ca16889b3c10..8886a061751caaa6c16375e244ea92a8f18a212d 100644 (file)
@@ -1,18 +1,12 @@
 /*
- * Copyright (C) 2009-2014 Andre Noll <maan@tuebingen.mpg.de>
+ * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file wma_common.c Functions used by both the WMA afh and decoder. */
 
-#include <inttypes.h>
 #include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <string.h>
 
 #include "para.h"
 #include "error.h"