Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 102d50e

Browse files
author
Artur Zakirov
committed
Remove #include <sys/cdefs.h>. It is not needed.
1 parent 955d536 commit 102d50e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pgut/getopt.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
#ifndef _GETOPT_H_
3434
#define _GETOPT_H_
3535

36-
#include <sys/cdefs.h>
37-
3836
/*
3937
* GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
4038
* getopt() is declared here too for GNU programs.

pgut/getopt_long.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
* POSSIBILITY OF SUCH DAMAGE.
5050
*/
5151

52-
#include <sys/cdefs.h>
53-
5452
#include <errno.h>
5553
#include "getopt.h"
5654
#include <stdlib.h>

0 commit comments

Comments
 (0)