Use the new 'net-snmp-includes' single-include header files,
in place of the (uninstalled) 'mibincl.h'.
  Wheeeee......


git-svn-id: file:///home/hardaker/lib/sf-bkups/net-snmp-convert-svnrepo/trunk@6273 06827809-a52a-0410-b366-d66718629ded
diff --git a/agent/mibgroup/ucd-snmp/vmstat_dynix.c b/agent/mibgroup/ucd-snmp/vmstat_dynix.c
index e04a4d9..9b109f5 100644
--- a/agent/mibgroup/ucd-snmp/vmstat_dynix.c
+++ b/agent/mibgroup/ucd-snmp/vmstat_dynix.c
@@ -23,16 +23,11 @@
 #include <unistd.h>
 #include <string.h>
      
-/* UCD-SNMP config details */
-#include <config.h>
+#include <net-snmp/net-snmp-includes.h>
+#include <net-snmp/agent/net-snmp-agent-includes.h>
 
-/* Includes needed for all modules */
 #include "mibdefs.h"
-#include "mibincl.h"
-
-/* Utility functions for UCD-SNMP */
 #include "util_funcs.h"
-#include <snmp_alarm.h>
 
 /* Header file for this module */
 #include "vmstat.h"