Convince tsan that the card table isn't a problem.
Also move the #include <sys/mman.h> into "mem_map.h", since it's
currently not possible to make any use of the latter without the
former. If we care about the pollution, we should offer our own
constants as part of our API.
Change-Id: I01ec451d23c1d8afb8cb8a6660af8d9723faf5f5
diff --git a/src/exception_test.cc b/src/exception_test.cc
index 23a437a..2730954 100644
--- a/src/exception_test.cc
+++ b/src/exception_test.cc
@@ -14,15 +14,13 @@
* limitations under the License.
*/
-#include <sys/mman.h>
-
-#include "UniquePtr.h"
#include "class_linker.h"
#include "common_test.h"
#include "dex_file.h"
#include "gtest/gtest.h"
#include "runtime.h"
#include "thread.h"
+#include "UniquePtr.h"
namespace art {