GIFTranslator: Reorder includes
Thanks Jérôme
This commit is contained in:
parent
5adf9d6ee5
commit
c030befbf9
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user