Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
ba48892c
Commit
ba48892c
authored
Dec 01, 2017
by
Uwe Schulzweida
Browse files
Removed unused includes.
parent
f89292a2
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/basetime.c
View file @
ba48892c
...
...
@@ -2,10 +2,7 @@
# include "config.h"
#endif
#include <stdio.h>
#include <stdbool.h>
#include "error.h"
#include "cdi.h"
#include "basetime.h"
...
...
src/binary.c
View file @
ba48892c
...
...
@@ -2,7 +2,6 @@
# include "config.h"
#endif
#include <inttypes.h>
#include "cdi.h"
#include "error.h"
...
...
src/binary.h
View file @
ba48892c
...
...
@@ -6,7 +6,6 @@
#endif
#include <inttypes.h>
#include <stdio.h>
#include "dtypes.h"
...
...
src/calendar.c
View file @
ba48892c
#include <limits.h>
#include <stdio.h>
#include "cdi.h"
/* CALENDAR_ */
#include "calendar.h"
...
...
src/cdf.c
View file @
ba48892c
...
...
@@ -2,10 +2,6 @@
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
#include "cdf.h"
...
...
src/cdf_int.c
View file @
ba48892c
...
...
@@ -2,10 +2,7 @@
# include "config.h"
#endif
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include "cdi.h"
#include "cdi_int.h"
...
...
src/cdf_int.h
View file @
ba48892c
...
...
@@ -3,7 +3,6 @@
#if defined (HAVE_LIBNETCDF)
#include <stdlib.h>
#include <netcdf.h>
void
cdf_create
(
const
char
*
path
,
int
cmode
,
int
*
idp
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment