GIFTranslator: Reorder includes

Thanks Jérôme
This commit is contained in:
John Scipione 2014-03-05 15:16:44 -05:00
parent 5adf9d6ee5
commit c030befbf9
2 changed files with 5 additions and 5 deletions

View File

@ -18,13 +18,13 @@
#include "GIFLoad.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <syslog.h>
#include <ByteOrder.h>
#include <TranslatorFormats.h>
#include <InterfaceDefs.h>
#include <TranslatorFormats.h>
#include "GIFPrivate.h"

View File

@ -28,13 +28,13 @@
#include <Catalog.h>
#include <DataIO.h>
#include <InterfaceDefs.h>
#include <TypeConstants.h>
#include <TranslatorAddOn.h>
#include <TranslatorFormats.h>
#include <TypeConstants.h>
#include "GIFView.h"
#include "GIFSave.h"
#include "GIFLoad.h"
#include "GIFSave.h"
#include "GIFView.h"
#include "TranslatorWindow.h"