diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-10-19 20:35:03 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-10-19 20:35:03 +0400 |
commit | 580c082d81b21c34886ab59905239eb64449378f (patch) | |
tree | 201a0c7b05e9f92526a159ee2afd791c1fc9613b /saedit/xml.c | |
parent | e8cb9b654edff98a0ccdc2aa2de519ee1eaee343 (diff) | |
download | tools-580c082d81b21c34886ab59905239eb64449378f.tar.gz tools-580c082d81b21c34886ab59905239eb64449378f.tar.bz2 tools-580c082d81b21c34886ab59905239eb64449378f.tar.xz tools-580c082d81b21c34886ab59905239eb64449378f.zip |
Edit interface, edit code structure
Diffstat (limited to 'saedit/xml.c')
-rw-r--r-- | saedit/xml.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/saedit/xml.c b/saedit/xml.c index 6120d5c..2968082 100644 --- a/saedit/xml.c +++ b/saedit/xml.c @@ -9,9 +9,6 @@ | | \*=======================================*/ -#include <glib.h> -#include <ibusxml.h> -#include "common.h" #include "xml.h" gchar **xml_attr_new(gchar *name, gchar *value) { |