mirror of https://git.wuffs.org/MWCC
7 lines
108 B
C
7 lines
108 B
C
|
#ifndef COMPILER_GLOBALOPTIMIZER_H
|
||
|
#define COMPILER_GLOBALOPTIMIZER_H
|
||
|
|
||
|
#include "compiler/common.h"
|
||
|
|
||
|
#endif
|