/* * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen * All rights reserved. * * $Id: headers.h,v 1.1.1.1 2007/04/27 17:58:48 bernd Exp $ */ #ifndef _CALMWM_HEADERS_H_ #define _CALMWM_HEADERS_H_ #include #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef USE_XOSD #include #endif /* USE_XOSD */ #include #endif /* _CALMWM_HEADERS_H_ */