Files
android_development/simulator/wrapsim/Common.h
The Android Open Source Project 52d4c30ca5 auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00

19 lines
321 B
C

/*
* 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*/