mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Minor clean-ups.
This commit is contained in:
parent
6bcc8febca
commit
419aac8074
58 changed files with 656 additions and 743 deletions
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
BEGIN_JUCE_NAMESPACE
|
||||
|
||||
|
||||
#include "juce_ZipFile.h"
|
||||
#include "../streams/juce_GZIPDecompressorInputStream.h"
|
||||
#include "../streams/juce_BufferedInputStream.h"
|
||||
|
|
@ -36,6 +35,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
#include "juce_FileOutputStream.h"
|
||||
#include "../../threads/juce_ScopedLock.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
class ZipFile::ZipEntryInfo
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue