chiark / gitweb /
glib-event-glue: remove some unnecessary lines
authorTom Gundersen <teg@jklm.no>
Fri, 3 Oct 2014 06:43:34 +0000 (08:43 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 3 Oct 2014 06:43:34 +0000 (08:43 +0200)
Not needed in an example. Should still shorten the license, but should make sure it is still complete so people can copy-paste without problems.

man/glib-event-glue.c

index 95aaea1e632ec79a6d2abd8c070d7b27c223d06e..c3719e33780aac026c533f9552d5fc9e740d4ffa 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   Copyright 2014 Tom Gundersen
 
 /***
   Copyright 2014 Tom Gundersen
 
@@ -28,8 +26,6 @@
 #include <errno.h>
 #include <stdlib.h>
 
 #include <errno.h>
 #include <stdlib.h>
 
-#include "glib-event-glue.h"
-
 typedef struct SDEventSource {
         GSource source;
         GPollFD pollfd;
 typedef struct SDEventSource {
         GSource source;
         GPollFD pollfd;