Skip to content

Commit

Permalink
Simplify JUCE includes in update_check
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Oct 13, 2023
1 parent 59832f0 commit 66a7d1f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
1 change: 0 additions & 1 deletion reaper-adm-extension/src/reaper_adm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ set(EXTENSION_HEADERS
${EPS_SHARED_DIR}/update_check.h

AppConfig.h
juce_modules.h

actionmanager.h
admchannel.h
Expand Down
16 changes: 0 additions & 16 deletions reaper-adm-extension/src/reaper_adm/juce_modules.h

This file was deleted.

1 change: 0 additions & 1 deletion shared/update_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <vector>
#include <helper/resource_paths_juce-file.hpp>
#include <helper/native_message_box.hpp>
#include <juce_modules.h>

UpdateChecker::UpdateChecker()
{
Expand Down
3 changes: 2 additions & 1 deletion shared/update_check.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once
#include <string>
#include <juce_modules.h>
#include <AppConfig.h>
#include <juce_core/juce_core.h>
#include <helper/version.hpp>

class UpdateChecker {
Expand Down

0 comments on commit 66a7d1f

Please sign in to comment.