Mercurial > pidgin.yaz
comparison libpurple/accountopt.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 | 44b4e8bd759b |
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 "accountopt.h" | 27 #include "accountopt.h" |
26 #include "util.h" | 28 #include "util.h" |
27 | 29 |
28 PurpleAccountOption * | 30 PurpleAccountOption * |
29 purple_account_option_new(PurplePrefType type, const char *text, | 31 purple_account_option_new(PurplePrefType type, const char *text, |