removed unused stdlib includes

This commit is contained in:
Václav Šmejkal 2023-01-31 18:20:35 +01:00
parent 7a017b3a8c
commit 7dd4f08d55
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
4 changed files with 0 additions and 5 deletions

View File

@ -19,7 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <why2/encrypter.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>

View File

@ -18,8 +18,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <why2/flags.h>
#include <stdlib.h>
#include <why2/memory.h>
//CONSTS (this is just local)

View File

@ -19,7 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <why2/logger/logger.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>

View File

@ -19,7 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <why2/logger/utils.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>