Skip to content

Commit

Permalink
ActiveAEDSP: Fix incorrect case on log header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Mar 30, 2017
1 parent 0a4af50 commit db2c8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -48,7 +48,7 @@ extern "C" {
#include "settings/MediaSourceSettings.h"
#include "settings/Settings.h"
#include "utils/JobManager.h"
#include "utils/Log.h"
#include "utils/log.h"
#include "utils/StringUtils.h"


Expand Down
Expand Up @@ -35,7 +35,7 @@ extern "C" {
#include "cores/IPlayer.h"
#include "settings/MediaSettings.h"
#include "utils/TimeUtils.h"
#include "utils/Log.h"
#include "utils/log.h"

using namespace ADDON;
using namespace ActiveAE;
Expand Down

0 comments on commit db2c8b9

Please sign in to comment.