From 89eab423a0084a715456db558a987d6d806c49ba Mon Sep 17 00:00:00 2001 From: Thierry Banel Date: Mon, 30 Mar 2015 21:36:00 +0200 Subject: [PATCH] Remove default #includes in Babel C, C++ * ob-C.el (org-babel-C-expand-C): remove automatic inclusion of , , * ob-C-test.org: adjust C++ tests to manually include required header files. --- lisp/ob-C.el | 1 - testing/examples/ob-C-test.org | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ob-C.el b/lisp/ob-C.el index 0857795..8d5ff2f 100644 --- a/lisp/ob-C.el +++ b/lisp/ob-C.el @@ -194,7 +194,6 @@ it's header arguments." nil))) (when (stringp includes) (setq includes (split-string includes))) - (setq includes (append includes '("" "" ""))) (when (stringp defines) (let ((y nil) (result (list t))) diff --git a/testing/examples/ob-C-test.org b/testing/examples/ob-C-test.org index ab744f1..dcd1c48 100644 --- a/testing/examples/ob-C-test.org +++ b/testing/examples/ob-C-test.org @@ -129,7 +129,7 @@ | sunday | 4 | #+source: inhomogeneous_table -#+begin_src cpp :var tinomogen=tinomogen :results silent +#+begin_src cpp :var tinomogen=tinomogen :results silent :includes int main() { int i, j; -- 2.1.4