aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WinClient.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 95e027b..1349b1e 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -19,14 +19,14 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: WinClient.cc,v 1.9 2003/05/14 12:07:06 fluxgen Exp $ 22// $Id: WinClient.cc,v 1.10 2003/06/12 14:51:59 fluxgen Exp $
23 23
24#include "WinClient.hh" 24#include "WinClient.hh"
25 25
26#include "Window.hh" 26#include "Window.hh"
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28#include "Screen.hh" 28#include "Screen.hh"
29#include "i18n.hh" 29#include "I18n.hh"
30#include "FbAtoms.hh" 30#include "FbAtoms.hh"
31#include "EventManager.hh" 31#include "EventManager.hh"
32 32