// // Copyright (c) 2010-2011 Linaro Limited // // All rights reserved. This program and the accompanying materials // are made available under the terms of the MIT License which accompanies // this distribution, and is available at // http://www.opensource.org/licenses/mit-license.php // // Contributors: // Alexandros Frantzis <[email protected]> // Jesse Barker <[email protected]> // #ifndef UTIL_H_ #define UTIL_H_ #include <string> #include <vector> #include <istream> #include <sstream> #include <stdint.h> #ifdef ANDROID #include <android/asset_manager_jni.h> #endif struct Util { … }; #endif /* UTIL_H */