comparison audacious/widgets/textbox.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
21 25
22 #ifndef TEXTBOX_H 26 #ifndef TEXTBOX_H
23 #define TEXTBOX_H 27 #define TEXTBOX_H
24 28
25 #include <glib.h> 29 #include <glib.h>