summaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index 2b3fb2e4..0edd99f6 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 1.53 2000/03/20 19:14:54 roberto Exp roberto $ 2** $Id: lobject.h,v 1.54 2000/03/24 17:26:08 roberto Exp roberto $
3** Type definitions for Lua objects 3** Type definitions for Lua objects
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -8,7 +8,7 @@
8#define lobject_h 8#define lobject_h
9 9
10 10
11#include "llims.h" 11#include "llimits.h"
12#include "lua.h" 12#include "lua.h"
13 13
14 14