mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
20 lines
409 B
C
20 lines
409 B
C
|
/* This file is part of
|
||
|
* ======================================================
|
||
|
*
|
||
|
* LyX, The Document Processor
|
||
|
*
|
||
|
* Copyright 2000 The LyX Team.
|
||
|
*
|
||
|
* ====================================================== */
|
||
|
|
||
|
#ifdef HAVE_CONFIG_H
|
||
|
# include <config.h>
|
||
|
#endif
|
||
|
|
||
|
#include <gnome.h>
|
||
|
|
||
|
#include "diainserturl_callbacks.h"
|
||
|
#include "diainserturl_interface.h"
|
||
|
#include "support.h"
|
||
|
|