Skip to content

Commit 97a391e

Browse files
authored
Remove stb image shim header (learning-process#629)
1 parent ad05859 commit 97a391e

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

3rdparty/stb_image_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define STB_IMAGE_IMPLEMENTATION
22

3-
#include "stb_library.hpp"
3+
#include "stb/stb_image.h"

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)