Skip to content

Commit

Permalink
Move header into pmr subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
cppguru committed Sep 4, 2024
1 parent 70d746a commit 120de3c
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 39 deletions.
2 changes: 1 addition & 1 deletion examples/exception_testing/exception_testing.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

#include <deque>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/last.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define SUPPORTLIB_ASSERT_REGISTER_ERROR ++errorCount;
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

#include <utility>

Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage4a.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage7a.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <supportlib/framer.hpp>
#include <supportlib/assert.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

void test(bool verbose)
{
Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage8a.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <pstring_stage8.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

#include <utility>

Expand Down
2 changes: 1 addition & 1 deletion examples/pstring/stage9.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <pstring_stage9.hpp>

#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

#include <utility>

Expand Down
24 changes: 0 additions & 24 deletions include/CMakeLists.txt

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/test_resource.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// test_resource.cpp -*-C++-*-
#include <test_resource.hpp>
#include <pmr/test_resource.hpp>

#include <algorithm> // for min
#include <cassert> // for assert
Expand Down

0 comments on commit 120de3c

Please sign in to comment.