Skip to content

Commit

Permalink
lua_cjson.c Lua includes: angled -> quoted.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Nov 14, 2014
1 parent 6209066 commit 0ed2c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/lua/src/lua_cjson.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#include <string.h>
#include <math.h>
#include <limits.h>
#include <lua.h>
#include <lauxlib.h>
#include "lua.h"
#include "lauxlib.h"

#include "strbuf.h"
#include "fpconv.h"
Expand Down

0 comments on commit 0ed2c60

Please sign in to comment.