Skip to content

Commit 55dfdb9

Browse files
authored
Merge pull request #784 from Exiv2/MoveParamsImplementationToNewFile
Move params implementation to new file
2 parents 4598ea9 + 1894d9b commit 55dfdb9

File tree

6 files changed

+1696
-1642
lines changed

6 files changed

+1696
-1642
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2ConfigVersion.cmake DESTINATION "
233233
if(EXIV2_BUILD_EXIV2_COMMAND)
234234
add_executable( exiv2
235235
exiv2.cpp
236-
exiv2app.hpp
236+
params.cpp params.hpp
237237
actions.cpp actions.hpp
238238
getopt.cpp getopt.hpp
239239
utils.cpp utils.hpp

src/actions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "config.h"
2626

2727
#include "actions.hpp"
28-
#include "exiv2app.hpp"
2928
#include "image.hpp"
3029
#include "jpgimage.hpp"
3130
#include "xmpsidecar.hpp"

src/actions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// *****************************************************************************
3131
// included header files
32-
#include "exiv2app.hpp"
32+
#include "params.hpp"
3333

3434
// *****************************************************************************
3535
// class declarations

0 commit comments

Comments
 (0)