X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/22b9fa74de8e80471a5033ea067d3b360930b91d..440af55d72c65f5c149718dc52abd00f512ffb71:/lib/hex.c diff --git a/lib/hex.c b/lib/hex.c index 42b15c0..e0542ce 100644 --- a/lib/hex.c +++ b/lib/hex.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2004, 2005 Richard Kettlewell + * Copyright (C) 2004, 2005, 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,11 +19,7 @@ */ /** @file lib/hex.c @brief Hexadecimal encoding and decoding */ -#include -#include "types.h" - -#include -#include +#include "common.h" #include "hex.h" #include "mem.h"