mirror of
https://github.com/janet-lang/janet
synced 2025-11-11 21:14:16 +00:00
Rename the header <janet/janet.h> to <janet.h>
Makes it easier to use and remember, and makes the variable `module/*headerpath*` make more sense.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <janet/janet.h>
|
||||
#include <janet.h>
|
||||
|
||||
extern const unsigned char *janet_gen_boot;
|
||||
extern int32_t janet_gen_boot_size;
|
||||
|
||||
Reference in New Issue
Block a user