Made extdef.h a global include
[pulseview.git] / pv / view / ruler.cpp
index 743a11fcb9e5e3e40afdfb782adbad7e85eb8708..a2e280b6f2291cd57ac11ce65403fb1dac9fd99b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the PulseView project.
  *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
@@ -21,7 +21,7 @@
 #include "ruler.h"
 #include "view.h"
 
-#include "../../extdef.h"
+#include <extdef.h>
 
 #include <assert.h>
 #include <math.h>