blob: 463262f3ded1baaf0d4f55cbd9950449a18aa176 [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001/*
2 * Copyright 2007 The Android Open Source Project
3 *
4 * Common defines and includes.
5 */
6#ifndef _WRAPSIM_COMMON_H
7#define _WRAPSIM_COMMON_H
8
9#include <unistd.h>
10#include <sys/types.h>
11
12#include "BitVector.h"
13#include "FakeDev.h"
14#include "Log.h"
15#include "SimMgr.h"
16#include "Globals.h"
Jean-Baptiste Queru2c8ead32009-11-12 18:45:17 -080017#include "Util.h"
The Android Open Source Project52d4c302009-03-03 19:29:09 -080018
19#endif /*_WRAPSIM_COMMON_H*/