[nemiver: 5/5] Remove useless include file
- From: Dodji Seketeli <dodji src gnome org>
- To: svn-commits-list gnome org
- Subject: [nemiver: 5/5] Remove useless include file
- Date: Fri, 13 Mar 2009 07:38:06 -0400 (EDT)
commit 5830ed4d707aeb4cc75365aa7c5a5c238099ccb1
Author: Dodji Seketeli <dodji redhat com>
Date: Fri Mar 13 12:33:43 2009 +0100
Remove useless include file
* src/langs/nmv-cpp-parser.h: Don't #include <tr1/memory> as
it's already done by nmv-cpp-ast.h.
---
src/langs/nmv-cpp-parser.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/langs/nmv-cpp-parser.h b/src/langs/nmv-cpp-parser.h
index c6cb51b..1d103d8 100644
--- a/src/langs/nmv-cpp-parser.h
+++ b/src/langs/nmv-cpp-parser.h
@@ -26,7 +26,6 @@
#define __NMV_CPP_PARSER_H__
#include <string>
-#include <tr1/memory>
#include "nmv-cpp-ast.h"
#include "common/nmv-namespace.h"
#include "common/nmv-api-macros.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]