Code cleanup

This commit is contained in:
Pierre Pronchery 2014-05-07 02:25:56 +02:00
parent cf3c05ef17
commit 93771c5cfe
2 changed files with 3 additions and 4 deletions

View File

@ -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 */

View File

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