[tracker/parser-libunistring-review] Don't include unac.h in the parser implementation



commit 1ae98ad38d37efb405e556fe5eb68c832d0f7735
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Mon May 3 11:52:36 2010 +0200

    Don't include unac.h in the parser implementation

 src/libtracker-fts/tracker-parser-glib.c         |    6 +-----
 src/libtracker-fts/tracker-parser-libunistring.c |    7 +------
 2 files changed, 2 insertions(+), 11 deletions(-)
---
diff --git a/src/libtracker-fts/tracker-parser-glib.c b/src/libtracker-fts/tracker-parser-glib.c
index b747a7c..f685fd4 100644
--- a/src/libtracker-fts/tracker-parser-glib.c
+++ b/src/libtracker-fts/tracker-parser-glib.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2006, Jamie McCracken <jamiemcc gnome org>
- * Copyright (C) 2008, Nokia <ivan frade nokia com>
+ * Copyright (C) 2008,2009,2010 Nokia <ivan frade nokia com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,10 +22,6 @@
 
 #include <string.h>
 
-#ifdef HAVE_UNAC
-#include <unac.h>
-#endif
-
 #include <pango/pango.h>
 
 #include "tracker-parser.h"
diff --git a/src/libtracker-fts/tracker-parser-libunistring.c b/src/libtracker-fts/tracker-parser-libunistring.c
index b158c03..efb05aa 100644
--- a/src/libtracker-fts/tracker-parser-libunistring.c
+++ b/src/libtracker-fts/tracker-parser-libunistring.c
@@ -1,7 +1,6 @@
-
 /*
  * Copyright (C) 2006, Jamie McCracken <jamiemcc gnome org>
- * Copyright (C) 2008, Nokia <ivan frade nokia com>
+ * Copyright (C) 2008,2009,2010 Nokia <ivan frade nokia com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -24,10 +23,6 @@
 #include <stdio.h>
 #include <string.h>
 
-#ifdef HAVE_UNAC
-#include <unac.h>
-#endif
-
 /* libunistring versions prior to 9.1.2 need this hack */
 #define _UNUSED_PARAMETER_
 #include <unistr.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]