comparison libpurple/request.c @ 18202:7df46d8bf114

Move the define in internal.h instead. This requires all .c files to include internal.h before including the other headers. Perhaps we should add the define in CFLAGS instead, when necessary.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 19 Jun 2007 22:47:12 +0000
parents ab6d2763b8d8
children bdae97863718
comparison
equal deleted inserted replaced
18201:af15bece7097 18202:7df46d8bf114
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #include "internal.h"
26
25 #include "notify.h" 27 #include "notify.h"
26 #include "request.h" 28 #include "request.h"
27 #include "debug.h" 29 #include "debug.h"
28 30
29 static PurpleRequestUiOps *request_ui_ops = NULL; 31 static PurpleRequestUiOps *request_ui_ops = NULL;