summaryrefslogtreecommitdiff
path: root/openbox/actions.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-21 14:04:39 -0500
committerDana Jansens <danakj@orodu.net>2009-12-21 14:08:38 -0500
commitb06b684589a618a2481ccc2745d5e03abb6bd5e0 (patch)
treef0a48ae7e8dd6fef771dcb1de8f7f49b9a8e0863 /openbox/actions.h
parent04dc598a1fb195065403055fbb95589dd3511daa (diff)
rename the obt_parse library to obt_xml (since it is very xml specific)
Diffstat (limited to 'openbox/actions.h')
-rw-r--r--openbox/actions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions.h b/openbox/actions.h
index 94fc15cb..afcc96b7 100644
--- a/openbox/actions.h
+++ b/openbox/actions.h
@@ -18,7 +18,7 @@
#include "misc.h"
#include "frame.h"
-#include "obt/parse.h"
+#include "obt/xml.h"
#include <glib.h>
#include <X11/Xlib.h>