aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorokan2009-12-15 03:24:36 +0000
committerokan2009-12-15 03:24:36 +0000
commit9be5b221efa55fac8e10a5c9640b97d2174f154e (patch)
tree52790f3b7085b7721fb57fd4f6c94971e2bd2e24 /client.c
parent43facbcfdbfdb0b3d82e353f16830a9dfd9170a2 (diff)
downloadcwm-9be5b221efa55fac8e10a5c9640b97d2174f154e.tar.gz
merge the 2 common header files; specific includes to be pulled out as
separate commits. ok oga@
Diffstat (limited to '')
-rw-r--r--client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/client.c b/client.c
index 5afb312..41be5f5 100644
--- a/client.c
+++ b/client.c
@@ -15,10 +15,9 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: client.c,v 1.69 2009/12/10 17:16:51 oga Exp $
+ * $Id: client.c,v 1.70 2009/12/15 03:24:36 okan Exp $
*/
-#include "headers.h"
#include "calmwm.h"
static struct client_ctx *client_mrunext(struct client_ctx *);