1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Stripped out some unnecessary boilerplate includes from juce_gui_basics.

This commit is contained in:
jules 2013-08-24 11:45:55 +01:00
parent d28ebfdb36
commit 7f6394478a
113 changed files with 117 additions and 412 deletions

View file

@ -25,9 +25,6 @@
#ifndef JUCE_DRAWABLEBUTTON_H_INCLUDED
#define JUCE_DRAWABLEBUTTON_H_INCLUDED
#include "juce_Button.h"
#include "../drawables/juce_Drawable.h"
//==============================================================================
/**