blob: a9c3bb84763bf3da31f31e96553a665cb9862deb [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"
17
18#endif /*_WRAPSIM_COMMON_H*/