diff options
author | Yang Tse <yangsita@gmail.com> | 2013-01-02 22:27:36 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-01-02 22:27:36 +0100 |
commit | c087374c642b1a7cc1596ed5fb4b1e1c5d4ba243 (patch) | |
tree | bdc7b450345bdfcc469b2fe25d6bdabcecb69ae8 /lib/curl_setup.h | |
parent | dfe476915711628478be22fb39452c8eddc607ae (diff) | |
download | curl-c087374c642b1a7cc1596ed5fb4b1e1c5d4ba243.tar.gz |
curl_setup.h: remove redundant include guard
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r-- | lib/curl_setup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 291567e42..37be5ae46 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -645,9 +645,7 @@ int netware_init(void); * Include macros and defines that should only be processed once. */ -#ifndef HEADER_CURL_SETUP_ONCE_H #include "curl_setup_once.h" -#endif /* * Definition of our NOP statement Object-like macro |