Avoid possibly including an old vswitch-idl.h.
authorBen Pfaff <blp@nicira.com>
Tue, 27 Mar 2012 22:57:52 +0000 (15:57 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 27 Mar 2012 22:57:52 +0000 (15:57 -0700)
commiteaa67ba8d5863be1503506cefa234fa0830f8c90
tree69445badcc451f7c7d5dfdbc7c33b0d7a7e32658
parent7c808e39518f563ff03d6d01323cb05b17312568
Avoid possibly including an old vswitch-idl.h.

Codes that uses #include "vswitch-idl.h" can get an older version of this
header, because this header file moved from vswitchd/ to lib/ and the
older generated file might still be present.

This helps out two ways:

     * "make clean" will delete the generated files from their old
       locations.

     * Use #include "lib/vswitch-idl.h" to explicitly avoid including the
       files from their old locations.

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-vsctl.c
vswitchd/automake.mk
vswitchd/bridge.c
vswitchd/ovs-vswitchd.c