diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-20 03:10:39 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-20 03:10:39 +0000 |
commit | ab9d55d23339645c83f72446a277ccb2c5f48d0f (patch) | |
tree | 972fa2c3992c197788f2aad90b9d3c476956c00e /ace/config-sunos5.4-g++.h | |
parent | de1f583259efd338b00e97edabbf3cc0c682cef8 (diff) | |
download | ATCD-ab9d55d23339645c83f72446a277ccb2c5f48d0f.tar.gz |
moved #include <cstring> out of config files and into OS.i
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r-- | ace/config-sunos5.4-g++.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h index 4737885f884..58c9f494efc 100644 --- a/ace/config-sunos5.4-g++.h +++ b/ace/config-sunos5.4-g++.h @@ -175,7 +175,4 @@ // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 -// Define this file to keep /usr/include/memory.h from being included. -#include <cstring> - #endif /* ACE_CONFIG_H */ |