blob: a9c3bb84763bf3da31f31e96553a665cb9862deb [file] [log] [blame]
/*
* Copyright 2007 The Android Open Source Project
*
* Common defines and includes.
*/
#ifndef _WRAPSIM_COMMON_H
#define _WRAPSIM_COMMON_H
#include <unistd.h>
#include <sys/types.h>
#include "BitVector.h"
#include "FakeDev.h"
#include "Log.h"
#include "SimMgr.h"
#include "Globals.h"
#endif /*_WRAPSIM_COMMON_H*/