diff options
author | Wolfgang Hommel <wolfcw@users.noreply.github.com> | 2019-11-30 09:36:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-30 09:36:46 +0100 |
commit | 3123ad7fe2838797e2b4081dc9d5786b8a8c4ed3 (patch) | |
tree | d8d4f1cb4e3a002dcdb1055f6509b9482e3e8248 /test/timetest.c | |
parent | af2d2e5111e0e23fc80b2a838b692c597fb8d6a7 (diff) | |
download | libfaketime-3123ad7fe2838797e2b4081dc9d5786b8a8c4ed3.tar.gz |
Revert "Automake branch"revert-178-automake-branch
Diffstat (limited to 'test/timetest.c')
-rw-r--r-- | test/timetest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/timetest.c b/test/timetest.c index d443198..e9aa837 100644 --- a/test/timetest.c +++ b/test/timetest.c @@ -18,7 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "config.h" #define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> @@ -116,7 +115,6 @@ void* pthread_test(void* args) } #endif -#include "faketime_common.h" int main (int argc, char **argv) { |