diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-25 19:22:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-25 19:22:38 +0000 |
commit | 68e9458ae0b762096f33d8aac795452ac926a4e5 (patch) | |
tree | ef08fff5e19097f86c49d9ae94df0de0a83e2f64 /libs | |
parent | cd0bb63394f36a93264f6639b9936c7ac0e97656 (diff) |
libs/web: remove unneeded include
Diffstat (limited to 'libs')
-rw-r--r-- | libs/web/src/template_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/web/src/template_utils.h b/libs/web/src/template_utils.h index 371b6a37c..1683a3ee1 100644 --- a/libs/web/src/template_utils.h +++ b/libs/web/src/template_utils.h @@ -22,7 +22,6 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include <dlfcn.h> /* buffer object */ |