commit | 8ae2335a3c93d0c00e998fdec18f64dfe43b94cb | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Jun 04 13:53:57 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Jun 04 13:53:57 2009 -0700 |
tree | e4233d7c7c87d76cab05ebe98a6330f9b4731155 | |
parent | 85dfec8c35d4e3216591bd2e534bbebd6338b969 [diff] [blame] |
rename a few files to camel-case, add copyright notices
diff --git a/libs/utils/ZipFileCRO.cpp b/libs/utils/ZipFileCRO.cpp index d312daf..45f6c8b 100644 --- a/libs/utils/ZipFileCRO.cpp +++ b/libs/utils/ZipFileCRO.cpp
@@ -14,8 +14,8 @@ * limitations under the License. */ -#include "utils/ZipFileCRO.h" -#include "utils/ZipFileRO.h" +#include <utils/ZipFileCRO.h> +#include <utils/ZipFileRO.h> using namespace android;