Skip to content

Commit 7e59f29

Browse files
committed
cleanup
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 685f98e commit 7e59f29

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

.github/workflows/analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ concurrency:
3838
jobs:
3939
analysis:
4040
name: "Static analysis"
41-
# Exclude runs on forks, since only the main org has the SonarCloud
42-
# account credentials.
4341
if: github.repository == 'AcademySoftwareFoundation/rawtoaces'
4442
runs-on: ubuntu-latest
4543
strategy:

tests/testDNGIdt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright Contributors to the rawtoaces Project.
33

44
#include <filesystem>
5-
65
#include <OpenImageIO/unittest.h>
76

87
#include <rawtoaces/rawtoaces_core.h>

tests/testMisc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright Contributors to the rawtoaces Project.
33

44
#include <OpenImageIO/unittest.h>
5-
65
#include <filesystem>
76

87
#include "../src/rawtoaces_core/define.h"

tests/test_image_converter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <rawtoaces/image_converter.h>
1414

1515
#include <OpenImageIO/unittest.h>
16-
1716
#include <filesystem>
1817
#include <fstream>
1918
#include <iostream>

tests/usage_example_core.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// Copyright Contributors to the rawtoaces Project.
33

44
#include <filesystem>
5-
65
#include <OpenImageIO/unittest.h>
7-
86
#include <rawtoaces/rawtoaces_core.h>
97

108
// This file contains some usage examples of the core library.

0 commit comments

Comments
 (0)