mirror of
				https://github.com/janet-lang/janet
				synced 2025-11-04 01:23:04 +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:
		@@ -21,7 +21,7 @@
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#ifndef JANET_AMALG
 | 
			
		||||
#include <janet/janet.h>
 | 
			
		||||
#include <janet.h>
 | 
			
		||||
#include "compile.h"
 | 
			
		||||
#include "util.h"
 | 
			
		||||
#include "vector.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user