Remove redundant include atomic_ops.h in test_stack
authorIvan Maidanski <ivmai@mail.ru>
Fri, 5 Oct 2012 17:07:37 +0000 (21:07 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 5 Oct 2012 17:07:37 +0000 (21:07 +0400)
* tests/test_stack.c: Remove redundant include atomic_ops.h.

tests/test_stack.c

index 62400a3..d068eb2 100644 (file)
@@ -33,8 +33,8 @@
 
 #include <pthread.h>
 #include <stdlib.h>
-#include "atomic_ops.h"
-#include "atomic_ops_stack.h"
+
+#include "atomic_ops_stack.h" /* includes atomic_ops.h as well */
 
 #ifndef MAX_NTHREADS
 # define MAX_NTHREADS 100