No need to include <crypt.h> anymore.
[GB.CRYPT] * NEW: No need to include <crypt.h> anymore.
This commit is contained in:
parent
078a4fe68b
commit
17a6ad0c73
2 changed files with 2 additions and 7 deletions
|
@ -23,17 +23,13 @@
|
|||
|
||||
#define __C_CRYPT_C
|
||||
|
||||
#include "gb_common.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef OS_BSD
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
|
||||
#include "gb_common.h"
|
||||
|
||||
#include "c_crypt.h"
|
||||
#include "main.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#ifndef __MAIN_H
|
||||
#define __MAIN_H
|
||||
|
||||
|
||||
#include "gb_common.h"
|
||||
#include "gambas.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue