Skip to content

Commit e00a533

Browse files
committed
Remove stb image shim header
1 parent ad05859 commit e00a533

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

3rdparty/stb_library.hpp

Lines changed: 0 additions & 12 deletions
This file was deleted.

tasks/example_processes/tests/functional/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#include <gtest/gtest.h>
2+
#include <stb/stb_image.h>
23

34
#include <algorithm>
45
#include <array>
56
#include <cstddef>
67
#include <cstdint>
78
#include <numeric>
8-
#include <stb_library.hpp>
99
#include <stdexcept>
1010
#include <string>
1111
#include <tuple>

tasks/example_threads/tests/functional/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#include <gtest/gtest.h>
2+
#include <stb/stb_image.h>
23

34
#include <algorithm>
45
#include <array>
56
#include <cstddef>
67
#include <cstdint>
78
#include <numeric>
8-
#include <stb_library.hpp>
99
#include <stdexcept>
1010
#include <string>
1111
#include <tuple>

0 commit comments

Comments
 (0)