]> Dogcows Code - chaz/openbox/blobdiff - openbox/keytree.h
remove trailing whitespace
[chaz/openbox] / openbox / keytree.h
index d3544f80b6988f392d102d9cd5795c0a829e8182..391cb154fb91a5cc61c2f12ac8771dd8a17b91b3 100644 (file)
@@ -19,8 +19,6 @@
 #ifndef __plugin_keyboard_tree_h
 #define __plugin_keyboard_tree_h
 
-#include "action.h"
-
 #include <glib.h>
 
 typedef struct KeyBindingTree {
@@ -31,9 +29,9 @@ typedef struct KeyBindingTree {
     gboolean chroot;
 
     /* the level up in the tree */
-    struct KeyBindingTree *parent; 
+    struct KeyBindingTree *parent;
     /* the next binding in the tree at the same level */
-    struct KeyBindingTree *next_sibling; 
+    struct KeyBindingTree *next_sibling;
     /* the first child of this binding (next binding in a chained sequence).*/
     struct KeyBindingTree *first_child;
 } KeyBindingTree;
This page took 0.021963 seconds and 4 git commands to generate.