diff options
Diffstat (limited to 'src/options.c')
| -rw-r--r-- | src/options.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/options.c b/src/options.c index 91fcf8f..002b36c 100644 --- a/src/options.c +++ b/src/options.c @@ -24,15 +24,16 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "options.h" + +#include "print.h" + #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> -#include "options.h" -#include "print.h" - /* This header file is automatically generated at build time from the Makefile */ #include "program_info.h" |
