clean up use of print.h

Some files #including this file weren't using it for anything ...

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2014-05-23 21:14:56 -04:00
parent 53f0c2a6aa
commit ea369eb14e
4 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@
#define OCARINA_DATABASE_H
#include <file.h>
#include <print.h>
#include <map>
#include <vector>

View File

@ -3,7 +3,6 @@
*/
#include <error.h>
#include <file.h>
#include <print.h>
#include <glib.h>

View File

@ -4,7 +4,6 @@
#include <filter.h>
#include <index.h>
#include <print.h>
#include <algorithm>
#include <list>

View File

@ -4,6 +4,7 @@
#include <tags.h>
#include <filter.h>
#include <print.h>
#include <sstream>
#include <taglib/tag.h>