ICU-4497 remove spurious #ifdef copied from .h file

X-SVN-Rev: 17557
This commit is contained in:
Markus Scherer 2005-05-05 17:43:59 +00:00
parent b36965ce3d
commit 54fbbdec50

View File

@ -16,9 +16,6 @@
* Helper functions for writing source code for data.
*/
#ifndef __WRITESRC_H__
#define __WRITESRC_H__
#include <stdio.h>
#include <time.h>
#include "unicode/utypes.h"
@ -191,5 +188,3 @@ usrc_writeUTrieStruct(FILE *f,
fputs(postfix, f);
}
}
#endif