msc/rrlp.h: use #pragma once include guard

Change-Id: Ie68b2092a0a9ceae3519ab9059ac2c1e3d8d7450
This commit is contained in:
Vadim Yanitskiy 2018-08-04 01:12:50 +07:00
parent 29e893028e
commit 0d2e9bedd5
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
#ifndef _RRLP_H
#define _RRLP_H
#pragma once
void on_dso_load_rrlp(void);
#endif /* _RRLP_H */