mirror of
https://git.wuffs.org/MWCC
synced 2025-07-25 08:15:36 +00:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef COMPILER_PEEPHOLE_H
|
|
#define COMPILER_PEEPHOLE_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
#endif
|