diff options
Diffstat (limited to 'src/fileexporterbibtex.cpp')
-rw-r--r-- | src/fileexporterbibtex.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fileexporterbibtex.cpp b/src/fileexporterbibtex.cpp index 03ed618..598f3bf 100644 --- a/src/fileexporterbibtex.cpp +++ b/src/fileexporterbibtex.cpp @@ -17,14 +17,14 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <file.h> -#include <element.h> -#include <entry.h> -#include <macro.h> -#include <preamble.h> -#include <value.h> -#include <comment.h> -#include <encoderlatex.h> +#include "file.h" +#include "element.h" +#include "entry.h" +#include "macro.h" +#include "preamble.h" +#include "value.h" +#include "comment.h" +#include "encoderlatex.h" #include "fileexporterbibtex.h" |