diff --git a/doc/README.configuration b/doc/README.configuration
index 81f607ba870571e3df39717f40f2d6617f439d10..60a077a3237e3088ba55f5f5e3f0c09514040b8e 100755
--- a/doc/README.configuration
+++ b/doc/README.configuration
@@ -80,27 +80,6 @@ The exec directive is used like this:
 	
 	#exec /usr/local/bin/myasteriskconfigurator.sh
 
-Including other files
----------------------
-In all of the configuration files, you may include the content of another
-file with the #include statement. The content of the other file will be
-included at the row that the #include statement occured.
-	
-	#include myusers.conf
-
-You may also include the output of a program with the #exec directive,
-if you enable it in asterisk.conf
-	
-In asterisk.conf, add the execincludes = yes statement in the options
-section:
-	[options]
-	execincludes=yes
-
-The exec directive is used like this:
-	
-	#exec /usr/local/bin/myasteriskconfigurator.sh
-
-
 Adding to an existing section
 -----------------------------