From 8426e13f3a4d61ecf2c9d38ccdc10014e17bff97 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 5 Dec 2011 15:33:14 +0100 Subject: [PATCH] Fix includes --- useractions.cpp | 2 +- workspace.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/useractions.cpp b/useractions.cpp index 60c3908c98..b310a3929f 100644 --- a/useractions.cpp +++ b/useractions.cpp @@ -36,7 +36,7 @@ along with this program. If not, see . #include "tiling/tiling.h" #endif -#include +#include #include #include diff --git a/workspace.h b/workspace.h index a2850366c1..60693243d4 100644 --- a/workspace.h +++ b/workspace.h @@ -32,7 +32,7 @@ along with this program. If not, see . #include #include -#include +#include #include "plugins.h" #include "utils.h"