BEGIN_PUBLIC
[mlir] Rename {lib,include/mlir}/Dialect/AffineOps to Affine
This makes dialect names more consistent. Since dialects are not only Ops, and
they are already scoped under Dialect/, there is little sense in suffixing them
with "Ops".
END_PUBLIC
Can you please fix all of these header guards now that AFFINEOPS -> AFFINE?