Files
android_development/simulator/wrapsim/Common.h
The Android Open Source Project 5c11852110 Initial Contribution
2008-10-21 07:00:00 -07: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*/