#1004. Reviewed all include directives in src/*.cpp and samples/*.cpp

fixed svn_version.sh again!
change to test/build-test.py for MacOS-X/Xcode 6.
This commit is contained in:
Robin Mills
2015-01-06 12:40:31 +00:00
parent ea18d4225c
commit 24cb148e11
17 changed files with 32 additions and 31 deletions
+5 -5
View File
@@ -28,15 +28,15 @@
*/
// *****************************************************************************
// included header files
#include "image.hpp"
#include "iptc.hpp"
#include "exif.hpp"
#include "types.hpp"
#include "metacopy.hpp"
#include <exiv2/exiv2.hpp>
#include <iostream>
#include <fstream>
#include <cassert>
#include "utils.hpp"
#include "metacopy.hpp"
// *****************************************************************************
// Main
int main(int argc, char* const argv[])