summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:11:33 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:06:52 +0100
commit74b6d864453d757a59e7b33d0415a5af6da22d76 (patch)
treea6f5f7857eb4ae5de81b8ea8977d5283472d1111 /options.c
parentb3c099d5dd249f7e2b8b5fcef5e795d88aaf35d4 (diff)
downloadopenvpn-74b6d864453d757a59e7b33d0415a5af6da22d76.tar.gz
openvpn-74b6d864453d757a59e7b33d0415a5af6da22d76.tar.xz
openvpn-74b6d864453d757a59e7b33d0415a5af6da22d76.zip
cleanup: options.c: remove redundant include
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/options.c b/options.c
index a596ffe..3d8085c 100644
--- a/options.c
+++ b/options.c
@@ -50,7 +50,6 @@
#include "manage.h"
#include "forward.h"
#include "configure.h"
-#include "forward.h"
#include <ctype.h>
#include "memdbg.h"