summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@users.noreply.github.com>2016-10-31 16:30:31 +0100
committerGitHub <noreply@github.com>2016-10-31 16:30:31 +0100
commit8390b59170b1b66bdda62f2c0bd544fb8baf8b6b (patch)
tree592d4c3e0feb26a13c6285ae208f272d4a660e60 /ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h
parentbd5aaab0e6022781ff8fdb383ea75ae3ecc3b17d (diff)
downloadATCD-revert-176-master.tar.gz
Revert "some (bundled) minor changes (take 2)"revert-176-master
Diffstat (limited to 'ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h')
-rw-r--r--ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h b/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h
index 30f39013db8..67082e2bad6 100644
--- a/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h
+++ b/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h
@@ -3,9 +3,9 @@
#define JAWS_CACHED_ALLOCATOR_T_H
#include "ace/ACE.h"
-#include "ace/Free_List.h"
+#include "ace/Synch.h"
#include "ace/Malloc.h"
-#include "ace/Synch_Traits.h"
+#include "ace/Free_List.h"
#define JAWS_DEFAULT_ALLOCATOR_CHUNKS 10
#define JAWS_CACHED_ALLOCATOR(T) \