https://github.com/mooz/auto-complete-c-headers.git
git clone 'git://github.com/mooz/auto-complete-c-headers.git'
An auto-complete source for C/C++ header files.
(defun my:ac-c-headers-init ()
(require 'auto-complete-c-headers)
(add-to-list 'ac-sources 'ac-source-c-headers))
(add-hook 'c++-mode-hook 'my:ac-c-headers-init)
(add-hook 'c-mode-hook 'my:ac-c-headers-init)
See docstrings of achead:include-directories
and achead:get-include-directories-function
.