X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/9e89d26a8e1378f17a19da072c5f7308ddaf24f1..5f624baebe43889bb2810720cb9cc6d0812f49cb:/libtests/test.h diff --git a/libtests/test.h b/libtests/test.h index 87f0224..cfc4ebb 100644 --- a/libtests/test.h +++ b/libtests/test.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2005, 2007, 2008 Richard Kettlewell + * Copyright (C) 2005, 2007, 2008, 2010 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 @@ -33,7 +33,6 @@ #include #include #include -#include #include #include "mem.h" @@ -61,6 +60,7 @@ #include "addr.h" #include "base64.h" #include "url.h" +#include "regexp.h" #include "regsub.h" extern long long tests, errors;