Skip to content

Commit

Permalink
fixup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed May 10, 2020
1 parent 99f6b91 commit 0fb8e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions include/curl/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* Copyright (C) 2018 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
* Copyright (C) 2018 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
Expand All @@ -22,12 +22,11 @@
*
***************************************************************************/

#include "curl.h"

#ifdef __cplusplus
extern "C" {
#endif
typedef enum {

typedef enum {
CURLOT_LONG, /* long */
CURLOT_OFF_T, /* curl_off_t */
CURLOT_OBJECT, /* void * */
Expand Down
2 changes: 0 additions & 2 deletions lib/easygetopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
***************************************************************************/

#include <curl/options.h>

#include "curl_setup.h"
#include "strcase.h"
#include "easyoptions.h"
Expand Down

0 comments on commit 0fb8e55

Please sign in to comment.