tweaked include directives so gcc -MM generates better dependency files
This commit is contained in:
parent
426a0a2679
commit
0710248b23
15 changed files with 3 additions and 18 deletions
|
@ -21,8 +21,6 @@
|
|||
USA.
|
||||
*/
|
||||
|
||||
#include <comedi.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <comedilib.h>
|
||||
#include "libinternal.h"
|
||||
|
||||
static int check_cal_file( comedi_t *dev, struct calibration_file_contents *parsed_file )
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <comedilib.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <comedi_errno.h>
|
||||
|
||||
char *__comedilib_error_strings[]={
|
||||
_s("No error"),
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
|
||||
#define _COMEDILIB_DEPRECATED
|
||||
|
||||
#include <comedilib.h>
|
||||
#include "comedilib.h"
|
||||
#include "comedi.h"
|
||||
#include "comedi_errno.h"
|
||||
#include <sys/ioctl.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
@ -34,8 +36,6 @@
|
|||
#include <libintl.h>
|
||||
#endif
|
||||
|
||||
#include <comedi_errno.h>
|
||||
|
||||
/* This indicates a symbol that should not be exported as part of
|
||||
* the library. But I don't know how to make it useful yet. */
|
||||
#define INTERNAL
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
1
lib/sv.c
1
lib/sv.c
|
@ -30,7 +30,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
#include <comedi.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libinternal.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue