No need to include <crypt.h> anymore.

[GB.CRYPT]
* NEW: No need to include <crypt.h> anymore.
This commit is contained in:
gambas 2018-08-29 13:41:57 +02:00
parent 078a4fe68b
commit 17a6ad0c73
2 changed files with 2 additions and 7 deletions
gb.crypt/src

View file

@ -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"

View file

@ -24,7 +24,6 @@
#ifndef __MAIN_H
#define __MAIN_H
#include "gb_common.h"
#include "gambas.h"