Skip to content

Commit

Permalink
Namespace directory for cpp runtime includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-thompson committed Oct 10, 2023
1 parent 567e14b commit d6efc08
Show file tree
Hide file tree
Showing 35 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/Benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <choc_javascript.h>
#include <choc_javascript_QuickJS.h>

#include "Runtime.h"
#include "Benchmark.h"


const auto* kConsoleShimScript = R"script(
Expand Down
3 changes: 2 additions & 1 deletion cli/Benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#include <functional>

#include "Runtime.h"
#include <elem/Runtime.h>


/*
* Your main can call this function to run a complete benchmark test for either
Expand Down
2 changes: 0 additions & 2 deletions cli/Realtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#include <choc_javascript.h>
#include <choc_javascript_QuickJS.h>

#include <Runtime.h>

#include "Realtime.h"

#define MINIAUDIO_IMPLEMENTATION
Expand Down
2 changes: 1 addition & 1 deletion cli/Realtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <functional>

#include "Runtime.h"
#include <elem/Runtime.h>

/*
* Your main can call this function to execute the realtime command line loop. Before audio playback
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion wasm/Main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <emscripten/bind.h>

#include <memory>
#include <Runtime.h>
#include <elem/Runtime.h>

#include "Convolve.h"
#include "FFT.h"
Expand Down

0 comments on commit d6efc08

Please sign in to comment.