summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-07-30 13:56:51 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-30 13:56:51 +0200
commitb6222491a48886ca5515707122e262284d80347e (patch)
tree0d933727aadd766cbe70ed11c2aba5ed04d29c29 /example
parente95aa828728d2e792d960b3460223fde55019a76 (diff)
example: remove unnecessary includes from pp-wait-page
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'example')
-rw-r--r--example/pp-wait-page.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/example/pp-wait-page.c b/example/pp-wait-page.c
index 80c3a4c..7696e7b 100644
--- a/example/pp-wait-page.c
+++ b/example/pp-wait-page.c
@@ -1,6 +1,13 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+/*
+ * DECT PP location update example
+ *
+ * Copyright (c) 2010 Patrick McHardy <kaber@trash.net>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+*/
+
#include <dect/libdect.h>
#include "common.h"
#include <lce.h>