Mercurial > audlegacy
comparison audacious/widgets/pbutton.h @ 1544:7c7195221c0b trunk
[svn] Do not allow widgetcore private includes to be referenced directly.
This breaks SVN right now, but I will fix it in a few moments.
author | nenolod |
---|---|
date | Thu, 10 Aug 2006 13:42:55 -0700 |
parents | 06329cbf186a |
children |
comparison
equal
deleted
inserted
replaced
1543:65b85145be84 | 1544:7c7195221c0b |
---|---|
16 * | 16 * |
17 * You should have received a copy of the GNU General Public License | 17 * You should have received a copy of the GNU General Public License |
18 * along with this program; if not, write to the Free Software | 18 * along with this program; if not, write to the Free Software |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
20 */ | 20 */ |
21 | |
22 #ifndef _WIDGETCORE_H_ | |
23 #error Please do not include me directly! Use widgetcore.h instead! | |
24 #endif | |
25 | |
21 #ifndef PBUTTON_H | 26 #ifndef PBUTTON_H |
22 #define PBUTTON_H | 27 #define PBUTTON_H |
23 | 28 |
24 #include <glib.h> | 29 #include <glib.h> |
25 #include <gdk/gdk.h> | 30 #include <gdk/gdk.h> |