1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00

cosmetic cleanup

This commit is contained in:
jules 2008-06-17 11:53:12 +00:00
parent 04367b199a
commit 29e2de7fd0
40 changed files with 3783 additions and 3787 deletions

View file

@ -32,7 +32,7 @@
/*
This monolithic file contains the entire Juce source tree!
To build an app which uses Juce, all you need to do is to add this
To build an app which uses Juce, all you need to do is to add this
file to your project, and include juce.h in your own cpp files.
*/
@ -343,7 +343,7 @@
#endif
//==============================================================================
// some files include lots of library code, so leave them to the end to avoid cluttering
// some files include lots of library code, so leave them to the end to avoid cluttering
// up the build for the clean files.
#include "juce_core/io/streams/juce_GZIPCompressorOutputStream.cpp"
#include "juce_core/io/streams/juce_GZIPDecompressorInputStream.cpp"