Don't hardcode path to mozilla-config.h, so that objdir builds work.

This commit is contained in:
sfraser%netscape.com 2003-04-13 03:55:59 +00:00
Родитель d8f1c2f929
Коммит a810fa93d5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,5 @@
// include mozilla/mozilla-config.h
#include "../../../mozilla-config.h"
#include "mozilla-config.h"
// undef DARWIN, so that includes of Core Foundation headers after this
// don't mess up.
#undef DARWIN