X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fplacement%2Fhistory.h;h=cbf9f68ee25a1b4e17f027c3de9b0cf94c82d311;hb=07b66ee1e31f6f5ac65c1437719fb3865a7e7417;hp=48a29c3e9bd93962a0c3e5b1fcc899a625d2f9b8;hpb=0edc14a4f92e34f5edcdb00898013206142ca71d;p=chaz%2Fopenbox diff --git a/plugins/placement/history.h b/plugins/placement/history.h index 48a29c3e..cbf9f68e 100644 --- a/plugins/placement/history.h +++ b/plugins/placement/history.h @@ -1,12 +1,12 @@ #ifndef __plugin_placement_history_h #define __plugin_placement_history_h -#include "../../kernel/client.h" +#include "kernel/client.h" #include void history_startup(); void history_shutdown(); -gboolean place_history(Client *c); +gboolean place_history(ObClient *c); #endif