diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-10-04 20:36:05 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-04 23:25:47 -0400 |
commit | 15aaf45ef98c6f212adde85a2370d75df5164a27 (patch) | |
tree | 1a91326473ba81dc0cb7b46fdbc28f788556e141 /xmlsecurity/tools | |
parent | 2985003db4cfeb5325574ae1cb6a1d91ab7c9a1b (diff) |
Remove redundant #include directives & comments
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/demo/performance.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmlsecurity/tools/demo/performance.cxx b/xmlsecurity/tools/demo/performance.cxx index 061091611de7..e8085e9ef44e 100644 --- a/xmlsecurity/tools/demo/performance.cxx +++ b/xmlsecurity/tools/demo/performance.cxx @@ -79,23 +79,15 @@ #include <xmloff/attrlist.hxx> -//#include <malloc.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -/* - * Can not build under solaris. - * Delete the memory.h including by AF -#include <memory.h> -*/ - #include <sys/types.h> #include <sys/stat.h> #include <osl/time.h> - #ifndef INCLUDED_VECTOR #include <vector> #define INCLUDED_VECTOR |