mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
This commit is contained in:
parent
50132270d6
commit
65c155e372
135 changed files with 333 additions and 616 deletions
|
|
@ -29,10 +29,6 @@
|
|||
#ifndef JUCE_FILELOGGER_H_INCLUDED
|
||||
#define JUCE_FILELOGGER_H_INCLUDED
|
||||
|
||||
#include "juce_Logger.h"
|
||||
#include "../files/juce_File.h"
|
||||
#include "../memory/juce_ScopedPointer.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
#ifndef JUCE_LOGGER_H_INCLUDED
|
||||
#define JUCE_LOGGER_H_INCLUDED
|
||||
|
||||
#include "../text/juce_String.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue