forked from lix-project/lix
* Don't need extern "C".
This commit is contained in:
parent
e3ce954582
commit
2382a729e0
|
@ -16,9 +16,7 @@
|
|||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
extern "C" {
|
||||
#include <aterm2.h>
|
||||
}
|
||||
|
||||
|
||||
namespace nix {
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
#ifndef __ATERM_H
|
||||
#define __ATERM_H
|
||||
|
||||
extern "C" {
|
||||
#include <aterm2.h>
|
||||
}
|
||||
|
||||
#include "types.hh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue