diff audacious/widgets/svis.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
line wrap: on
line diff
--- a/audacious/widgets/svis.h	Thu Aug 10 12:55:28 2006 -0700
+++ b/audacious/widgets/svis.h	Thu Aug 10 13:42:55 2006 -0700
@@ -18,6 +18,11 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
+
+#ifndef _WIDGETCORE_H_
+#error Please do not include me directly! Use widgetcore.h instead!
+#endif
+
 #ifndef SVIS_H
 #define SVIS_H