Code cleanup
This commit is contained in:
parent
cf3c05ef17
commit
93771c5cfe
|
@ -1,5 +1,5 @@
|
|||
/* $Id$ */
|
||||
/* Copyright (c) 2006-2012 Pierre Pronchery <khorben@defora.org> */
|
||||
/* Copyright (c) 2006-2014 Pierre Pronchery <khorben@defora.org> */
|
||||
/* This file is part of DeforaOS System libSystem */
|
||||
/* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
|
@ -18,8 +18,6 @@
|
|||
#ifndef LIBSYSTEM_HASH_H
|
||||
# define LIBSYSTEM_HASH_H
|
||||
|
||||
# include "array.h"
|
||||
|
||||
|
||||
/* Hash */
|
||||
/* types */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* $Id$ */
|
||||
/* Copyright (c) 2005-2013 Pierre Pronchery <khorben@defora.org> */
|
||||
/* Copyright (c) 2005-2014 Pierre Pronchery <khorben@defora.org> */
|
||||
/* This file is part of DeforaOS System libSystem */
|
||||
/* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "System/array.h"
|
||||
#include "System/error.h"
|
||||
#include "System/object.h"
|
||||
#include "System/hash.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user